Changeset View
Changeset View
Standalone View
Standalone View
devel/p5-SVN-Notify-Config/Makefile
| PORTNAME= SVN-Notify-Config | PORTNAME= SVN-Notify-Config | ||||
| PORTVERSION= 0.0911 | PORTVERSION= 0.0911 | ||||
| PORTREVISION= 4 | PORTREVISION= 5 | ||||
| PORTEPOCH= 1 | PORTEPOCH= 1 | ||||
| CATEGORIES= devel perl5 | CATEGORIES= devel perl5 | ||||
| MASTER_SITES= CPAN | MASTER_SITES= CPAN | ||||
| PKGNAMEPREFIX= p5- | PKGNAMEPREFIX= p5- | ||||
| MAINTAINER= bofh@FreeBSD.org | MAINTAINER= bofh@FreeBSD.org | ||||
| COMMENT= Perl module for config-driven Subversion notification | COMMENT= Perl module for config-driven Subversion notification | ||||
| WWW= https://metacpan.org/release/SVN-Notify-Config | WWW= https://metacpan.org/release/SVN-Notify-Config | ||||
| LICENSE= ART10 GPLv1+ | LICENSE= ART10 GPLv1+ | ||||
| LICENSE_COMB= dual | LICENSE_COMB= dual | ||||
| BUILD_DEPENDS= ${RUN_DEPENDS} | BUILD_DEPENDS= ${RUN_DEPENDS} | ||||
| RUN_DEPENDS= ${LOCALBASE}/bin/svnlook:devel/subversion \ | RUN_DEPENDS= p5-SVN-Notify>=2.70:devel/p5-SVN-Notify \ | ||||
| p5-SVN-Notify>=2.70:devel/p5-SVN-Notify \ | |||||
| p5-YAML>=0.62:textproc/p5-YAML | p5-YAML>=0.62:textproc/p5-YAML | ||||
| .if ${WITH_SUBVERSION_VER:U} == LTS | |||||
| RUN_DEPENDS+= svnlook:devel/subversion-lts | |||||
| .else | |||||
| RUN_DEPENDS+= svnlook:devel/subversion | |||||
| .endif | |||||
| TEST_DEPENDS= p5-Test-Deep>=0.1:devel/p5-Test-Deep | TEST_DEPENDS= p5-Test-Deep>=0.1:devel/p5-Test-Deep | ||||
| USES= perl5 | USES= perl5 | ||||
| USE_PERL5= modbuild | USE_PERL5= modbuild | ||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||