diff options
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} |