aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-12-09 22:27:56 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-12-09 22:27:56 +0800
commitc8c81ba830a72726b6d14ff70c8b7ae468328623 (patch)
tree917b2984c3fbf92a6146e539fd605a90c663db0e /net
parent4bdffcf2b3d7fe31058cbb64002c1c5adb9c8a11 (diff)
downloadfreebsd-ports-gnome-c8c81ba830a72726b6d14ff70c8b7ae468328623.tar.gz
freebsd-ports-gnome-c8c81ba830a72726b6d14ff70c8b7ae468328623.tar.zst
freebsd-ports-gnome-c8c81ba830a72726b6d14ff70c8b7ae468328623.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>