diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:35:32 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-25 13:35:32 +0000 |
commit | 7d32195efe64dceceeba604ea8ccc0ce49e9e0e6 (patch) | |
tree | 92a06b13f989281c968f5e5c611ffdefb8d825d7 | |
parent | 04e350f2ad30435de24043b482695dffda144be0 (diff) |
devel/p5-Test-Identity: Add LICENSE and NO_ARCH
-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> |