diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 12:39:56 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 12:39:56 +0000 |
commit | c5c2344ece1fff39441cf9cf6cc889036b4ea443 (patch) | |
tree | 54b053c300ee1664594dac5692f9063dc2f1d457 /devel | |
parent | 32d100e3151ac7d585f478e2b0c3f87dc8ea78cc (diff) | |
download | ports-c5c2344ece1fff39441cf9cf6cc889036b4ea443.tar.gz ports-c5c2344ece1fff39441cf9cf6cc889036b4ea443.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189568
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Notes
Notes:
svn path=/head/; revision=355205
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Module-Extract/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Module-Extract/Makefile b/devel/p5-Module-Extract/Makefile index 489d96f2e367..409ec5ff4d85 100644 --- a/devel/p5-Module-Extract/Makefile +++ b/devel/p5-Module-Extract/Makefile @@ -8,9 +8,12 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Base class for working with Perl distributions +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract RUN_DEPENDS:= ${BUILD_DEPENDS} |