diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:38:28 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-25 20:38:28 +0800 |
commit | a2638c3a1a0117de8b4040dc2a1b7988b1a407a8 (patch) | |
tree | 8441bc480e5e9994f580797232e6e3f51f02c710 /devel | |
parent | 4debcd768abb3b3e8205e0c33b6449fc00c3beb1 (diff) | |
download | freebsd-ports-gnome-a2638c3a1a0117de8b4040dc2a1b7988b1a407a8.tar.gz freebsd-ports-gnome-a2638c3a1a0117de8b4040dc2a1b7988b1a407a8.tar.zst freebsd-ports-gnome-a2638c3a1a0117de8b4040dc2a1b7988b1a407a8.zip |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, sort *_DEPENDS
PR: ports/189548
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-SVN-Notify-Filter-AuthZMail/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile b/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile index 5f17dcea7316..94e2d9e5a4c0 100644 --- a/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile +++ b/devel/p5-SVN-Notify-Filter-AuthZMail/Makefile @@ -8,13 +8,16 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Determines Subversion accounts to receive email via the authz file -RUN_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify \ - p5-SVN-Access>=0:${PORTSDIR}/devel/p5-SVN-Access -BUILD_DEPENDS= p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify \ - p5-SVN-Access>=0:${PORTSDIR}/devel/p5-SVN-Access +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-SVN-Access>=0:${PORTSDIR}/devel/p5-SVN-Access \ + p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify +RUN_DEPENDS= p5-SVN-Access>=0:${PORTSDIR}/devel/p5-SVN-Access \ + p5-SVN-Notify>=2.72:${PORTSDIR}/devel/p5-SVN-Notify USES= perl5 USE_PERL5= configure |