aboutsummaryrefslogtreecommitdiffstats
path: root/dns/py-publicsuffix/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-12-04 20:36:04 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-12-04 20:36:04 +0800
commit14699ff4c7b83201e4f3029a515e9116e1972077 (patch)
treebd7d1beef9480b4d521e667ba5c2879c1419822b /dns/py-publicsuffix/Makefile
parent166e416dab016120046296b940793bd7bb0c11a0 (diff)
downloadfreebsd-ports-gnome-14699ff4c7b83201e4f3029a515e9116e1972077.tar.gz
freebsd-ports-gnome-14699ff4c7b83201e4f3029a515e9116e1972077.tar.zst
freebsd-ports-gnome-14699ff4c7b83201e4f3029a515e9116e1972077.zip
- Add LICENSE_FILE [1]
- Add NO_ARCH [1] - Sort USE_PYTHON [2] Approved by: portmgr (blanket) [1] With hat: python [2]
Diffstat (limited to 'dns/py-publicsuffix/Makefile')
-rw-r--r--dns/py-publicsuffix/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile
index c36544efc7ca..4c3ac4cf35fc 100644
--- a/dns/py-publicsuffix/Makefile
+++ b/dns/py-publicsuffix/Makefile
@@ -11,8 +11,10 @@ MAINTAINER= d.pryadko@rambler-co.ru
COMMENT= Get public suffix of domain name from Public Suffix List
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+NO_ARCH= yes
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>