diff --git a/devel/p5-Class-Handle/Makefile b/devel/p5-Class-Handle/Makefile index 1a0cb6a9b250..0bdf734887c7 100644 --- a/devel/p5-Class-Handle/Makefile +++ b/devel/p5-Class-Handle/Makefile @@ -7,14 +7,15 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Create objects that are handles to classes -RUN_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \ - p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \ - p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \ - p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple + p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure