aboutsummaryrefslogtreecommitdiff
path: root/net/py-oauth/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 09:25:28 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 09:25:28 +0000
commite9130a15bc69e9e42dd468c42cf8fbec8469c562 (patch)
treec4fe911fdf6a06418d48e5770e3b3b1cc1eb7ffa /net/py-oauth/Makefile
parent1a93a1b48216757fe797dc70720d38b5d4a4bcb6 (diff)
downloadports-e9130a15bc69e9e42dd468c42cf8fbec8469c562.tar.gz
ports-e9130a15bc69e9e42dd468c42cf8fbec8469c562.zip
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support - Bump PORTREV
Notes
Notes: svn path=/head/; revision=341960
Diffstat (limited to 'net/py-oauth/Makefile')
-rw-r--r--net/py-oauth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/py-oauth/Makefile b/net/py-oauth/Makefile
index ab78e275ad65..6ff745e5a831 100644
--- a/net/py-oauth/Makefile
+++ b/net/py-oauth/Makefile
@@ -3,6 +3,7 @@
PORTNAME= oauth
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,6 @@ COMMENT= Python Library for OAuth
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>