diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 23:33:44 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 23:33:44 +0800 |
commit | 2b2024f21ad8d818900dbbf8b134b189343b413e (patch) | |
tree | 5543b647326b85f1b0068de1a5cd708d7dfdc079 /devel/p5-App-SVN-Bisect | |
parent | 32a9b04ed6fea9e215d7d58311150b2f368e52b5 (diff) | |
download | freebsd-ports-gnome-2b2024f21ad8d818900dbbf8b134b189343b413e.tar.gz freebsd-ports-gnome-2b2024f21ad8d818900dbbf8b134b189343b413e.tar.zst freebsd-ports-gnome-2b2024f21ad8d818900dbbf8b134b189343b413e.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/190240
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel/p5-App-SVN-Bisect')
-rw-r--r-- | devel/p5-App-SVN-Bisect/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-App-SVN-Bisect/Makefile b/devel/p5-App-SVN-Bisect/Makefile index 562f30d6c4aa..05168c148071 100644 --- a/devel/p5-App-SVN-Bisect/Makefile +++ b/devel/p5-App-SVN-Bisect/Makefile @@ -7,9 +7,11 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Binary search through svn revisions +LICENSE= ART20 + BUILD_DEPENDS= p5-IO-All>0:${PORTSDIR}/devel/p5-IO-All \ p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \ ${LOCALBASE}/bin/svn:${PORTSDIR}/devel/subversion |