aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2018-04-28 17:03:53 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2018-04-28 17:03:53 +0800
commit06738316ef1ce4a71f1a612a581283cc4ac99d51 (patch)
treef5d7c67757429018ed2057f560718881afee3c56 /dns
parent8bb21c969e42c21b9344e775161b131bcc7800d6 (diff)
downloadfreebsd-ports-gnome-06738316ef1ce4a71f1a612a581283cc4ac99d51.tar.gz
freebsd-ports-gnome-06738316ef1ce4a71f1a612a581283cc4ac99d51.tar.zst
freebsd-ports-gnome-06738316ef1ce4a71f1a612a581283cc4ac99d51.zip
- Add LICENSE
- Add NO_ARCH Approved by: portmgr blanket
Diffstat (limited to 'dns')
-rw-r--r--dns/p5-Net-Domain-TLD/Makefile5
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>