diff options
-rw-r--r-- | dns/p5-Net-Domain-TLD/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dns/p5-Net-Domain-TLD/Makefile b/dns/p5-Net-Domain-TLD/Makefile index c08fdbe86312..7ab99bffc71f 100644 --- a/dns/p5-Net-Domain-TLD/Makefile +++ b/dns/p5-Net-Domain-TLD/Makefile @@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= vivek@khera.org COMMENT= Look up and validate TLDs +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk> |