diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-09 22:23:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-09 22:23:21 +0800 |
commit | 03b91e1d4ad03997fd7fe74de1cbfb1ec50418b1 (patch) | |
tree | 7e2ce000bc81aab621ba31f307e78a123ee059bd /dns/py-dns-lexicon/Makefile | |
parent | ecc97b4b2cfd96cad050f80f72e297249be1ec80 (diff) | |
download | freebsd-ports-gnome-03b91e1d4ad03997fd7fe74de1cbfb1ec50418b1.tar.gz freebsd-ports-gnome-03b91e1d4ad03997fd7fe74de1cbfb1ec50418b1.tar.zst freebsd-ports-gnome-03b91e1d4ad03997fd7fe74de1cbfb1ec50418b1.zip |
Update to 2.1.2
- While I'm here:
- Add LICENSE_FILE
- Sort USE_PYTHON
- Fix typo
Changes: https://github.com/AnalogJ/lexicon/releases
PR: 219167
Submitted by: Goran Mekić <meka@tilda.center> (maintainer)
Diffstat (limited to 'dns/py-dns-lexicon/Makefile')
-rw-r--r-- | dns/py-dns-lexicon/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dns/py-dns-lexicon/Makefile b/dns/py-dns-lexicon/Makefile index 78b820b7f1aa..491de0418794 100644 --- a/dns/py-dns-lexicon/Makefile +++ b/dns/py-dns-lexicon/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dns-lexicon -PORTVERSION= 2.0.7 +PORTVERSION= 2.1.2 CATEGORIES= dns python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,14 @@ MAINTAINER= meka@tilda.center COMMENT= Manipulate DNS records on various DNS providers in a standardized way LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>=0.16:devel/py-future \ ${PYTHON_PKGNAMEPREFIX}tldextract>=1.7.5:dns/py-tldextract \ ${PYTHON_PKGNAMEPREFIX}requests>=2.11:www/py-requests USES= python -USE_PYTHON= distutils autoplist -NO_ACRH= yes +USE_PYTHON= autoplist distutils +NO_ARCH= yes .include <bsd.port.mk> |