diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-06 16:33:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-03-06 16:33:07 +0800 |
commit | 81a00d1fae800f3a5a1a13bd06702184145b27ba (patch) | |
tree | ad01a917fbbc090ad5c31e3db296e17d99e7c069 /dns | |
parent | ab307f61776a890c7a36f6bfdce42181bddce7da (diff) | |
download | freebsd-ports-gnome-81a00d1fae800f3a5a1a13bd06702184145b27ba.tar.gz freebsd-ports-gnome-81a00d1fae800f3a5a1a13bd06702184145b27ba.tar.zst freebsd-ports-gnome-81a00d1fae800f3a5a1a13bd06702184145b27ba.zip |
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'dns')
-rw-r--r-- | dns/py-idna/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/py-idna/Makefile b/dns/py-idna/Makefile index 4e7383794faa..f1743f9dff61 100644 --- a/dns/py-idna/Makefile +++ b/dns/py-idna/Makefile @@ -10,6 +10,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= koobs@FreeBSD.org COMMENT= Internationalized Domain Names in Applications (IDNA) +LICENSE= BSD3CLAUSE PSFL +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + USES= python # Actually, 2.6-2.7,3.3-3.6 USE_PYTHON= autoplist concurrent distutils |