summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-09 14:27:56 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-12-09 14:27:56 +0000
commit9e40c5055783f358c4f4323abd35ca77217b2d72 (patch)
tree917b2984c3fbf92a6146e539fd605a90c663db0e /net
parenta9782e33b04d2ff1f744530937fea1da4e89c570 (diff)
downloadfreebsd-ports-9e40c5055783f358c4f4323abd35ca77217b2d72.zip
- Update to 2.2
- Add LICENSE_FILE - Add NO_ARCH - Relax USES=python Changes: https://github.com/bear/python-twitter/blob/master/CHANGES
Diffstat (limited to 'net')
-rw-r--r--net/py-twitter/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/py-twitter/Makefile b/net/py-twitter/Makefile
index c9c379e71545..f260b3f54db7 100644
--- a/net/py-twitter/Makefile
+++ b/net/py-twitter/Makefile
@@ -12,12 +12,13 @@ MAINTAINER= python@FreeBSD.org
COMMENT= Python wrapper around the Twitter API
LICENSE= APACHE20
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \
- ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib \
- ${PYTHON_PKGNAMEPREFIX}simplejson>=0:${PORTSDIR}/devel/py-simplejson
+ ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:${PORTSDIR}/www/py-requests-oauthlib
-USES= python:2
+NO_ARCH= yes
+USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>