diff options
Diffstat (limited to 'devel/p5-SVN-Notify-Config')
-rw-r--r-- | devel/p5-SVN-Notify-Config/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-SVN-Notify-Config/pkg-descr | 2 |
2 files changed, 8 insertions, 5 deletions
diff --git a/devel/p5-SVN-Notify-Config/Makefile b/devel/p5-SVN-Notify-Config/Makefile index 666f7b0c8a32..a95815483848 100644 --- a/devel/p5-SVN-Notify-Config/Makefile +++ b/devel/p5-SVN-Notify-Config/Makefile @@ -9,14 +9,17 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module for config-driven Subversion notification -RUN_DEPENDS= ${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= ${LOCALBASE}/bin/svnlook:${PORTSDIR}/devel/subversion \ p5-SVN-Notify>=2.70:${PORTSDIR}/devel/p5-SVN-Notify \ p5-YAML>=0.62:${PORTSDIR}/textproc/p5-YAML -BUILD_DEPENDS= p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep \ - ${RUN_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-Deep>=0.1:${PORTSDIR}/devel/p5-Test-Deep USES= perl5 USE_PERL5= modbuild diff --git a/devel/p5-SVN-Notify-Config/pkg-descr b/devel/p5-SVN-Notify-Config/pkg-descr index b53896dd3421..7d8e3fb104ca 100644 --- a/devel/p5-SVN-Notify-Config/pkg-descr +++ b/devel/p5-SVN-Notify-Config/pkg-descr @@ -1,4 +1,4 @@ This Perl module is a YAML-based configuration wrapper around the SVN::Notify module. -WWW: http://search.cpan.org/dist/SVN-Notify-Config/ +WWW: http://search.cpan.org/dist/SVN-Notify-Config/ |