diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:38:48 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:38:48 +0800 |
commit | f0b1507754ef05548ecae535733496274fee5abb (patch) | |
tree | ea1cd2b2fe6447c9e668d9af7b3434c7937d64b0 /devel | |
parent | fae3dfbc2e37c959ba20bede9e3be00e0364182e (diff) | |
download | freebsd-ports-gnome-f0b1507754ef05548ecae535733496274fee5abb.tar.gz freebsd-ports-gnome-f0b1507754ef05548ecae535733496274fee5abb.tar.zst freebsd-ports-gnome-f0b1507754ef05548ecae535733496274fee5abb.zip |
- Add LICENSE
- Use single space after WWW:
- Pass maintainership to submitter
- While I'm here, fix BUILD_DEPENDS and add TEST_DEPENDS
PR: ports/189552
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-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/ |