diff options
-rw-r--r-- | devel/p5-Test-Identity/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Test-Identity/Makefile b/devel/p5-Test-Identity/Makefile index c93343a535f7..b9ad305c2461 100644 --- a/devel/p5-Test-Identity/Makefile +++ b/devel/p5-Test-Identity/Makefile @@ -10,7 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Assert the referential identity of a reference -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include <bsd.port.mk> |