aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-24 18:41:47 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-24 18:41:47 +0800
commit671f46ddca0337cbc84893f8802faee0b406d3b1 (patch)
tree4bc4ce867846e9b1283d6e243666ce56ac963a83 /databases
parentbe00eb85a60bfb92084b626535f7c570b0212f2a (diff)
downloadfreebsd-ports-gnome-671f46ddca0337cbc84893f8802faee0b406d3b1.tar.gz
freebsd-ports-gnome-671f46ddca0337cbc84893f8802faee0b406d3b1.tar.zst
freebsd-ports-gnome-671f46ddca0337cbc84893f8802faee0b406d3b1.zip
- Use PYDISTUTILS_AUTOPLIST instead of PLIST_FILES
- Use USE_PYDISTUTILS=yes - Remove PYDISTUTILS_PKGNAME - Bump PORTREVISION for package change
Diffstat (limited to 'databases')
-rw-r--r--databases/py-memcached/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-memcached/Makefile b/databases/py-memcached/Makefile
index ab8e2f685253..42ac13735004 100644
--- a/databases/py-memcached/Makefile
+++ b/databases/py-memcached/Makefile
@@ -3,6 +3,7 @@
PORTNAME= memcached
PORTVERSION= 1.53
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= http://ftp.tummy.com/pub/python-memcached/ \
http://ftp.tummy.com/pub/python-memcached/old-releases/ \
@@ -15,10 +16,8 @@ DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Python API for memcached, a distributed memory cache daemon
+PYDISTUTILS_AUTOPLIST= yes
+USE_PYDISTUTILS=yes
USE_PYTHON= yes
-USE_PYDISTUTILS=easy_install
-PYDISTUTILS_PKGNAME= python-memcached
-
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
.include <bsd.port.mk>