aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-06-09 00:35:30 +0800
committermva <mva@FreeBSD.org>2014-06-09 00:35:30 +0800
commita3077f91b633c9fb9fc578a27f69150ec471d20d (patch)
tree14ec3aed756027094196a10a6edb64344ce43d62
parentd48e50a54c646e0d01a40a73c1d8d87c43d43b03 (diff)
downloadfreebsd-ports-gnome-a3077f91b633c9fb9fc578a27f69150ec471d20d.tar.gz
freebsd-ports-gnome-a3077f91b633c9fb9fc578a27f69150ec471d20d.tar.zst
freebsd-ports-gnome-a3077f91b633c9fb9fc578a27f69150ec471d20d.zip
- Remove easy_install dependency
- Convert to PYDISTUTILS_AUTOPLIST - Bump PORTREVISION to enforce a cleanup for the easy_install references With hat: python@ Approved by: portmgr (implicit)
-rw-r--r--devel/py-ydbf/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/py-ydbf/Makefile b/devel/py-ydbf/Makefile
index 6df384df2c0f..9ebd57ceddb7 100644
--- a/devel/py-ydbf/Makefile
+++ b/devel/py-ydbf/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ydbf
PORTVERSION= 0.0.1
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}
MASTER_SITE_SUBDIR= source/Y/YDbf/
@@ -13,12 +14,9 @@ COMMENT= Yelded DBF reader/writer for Python
LICENSE= GPLv2
-PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/${PYEASYINSTALL_EGG}
-
-USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_NOEGGINFO= yes
-PYDISTUTILS_PKGNAME= YDbf
+USE_PYTHON= yes
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
PYDISTUTILS_PKGVERSION= 0.0.1dev_20080514
.include <bsd.port.mk>