aboutsummaryrefslogtreecommitdiff
path: root/databases/mydbf2mysql/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-13 22:00:40 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-13 22:00:40 +0000
commitc02b6e710dbeaf395398b7e0434084451109ab69 (patch)
tree5d102b5188cebe64c096bfabbfed774a60b9210e /databases/mydbf2mysql/Makefile
parent8fe1879b892a5479a9ee996b5dc7d0ad9978dfdf (diff)
downloadports-c02b6e710dbeaf395398b7e0434084451109ab69.tar.gz
ports-c02b6e710dbeaf395398b7e0434084451109ab69.zip
Notes
Diffstat (limited to 'databases/mydbf2mysql/Makefile')
-rw-r--r--databases/mydbf2mysql/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/databases/mydbf2mysql/Makefile b/databases/mydbf2mysql/Makefile
index e0d88b13d4d2..1ce7236dc756 100644
--- a/databases/mydbf2mysql/Makefile
+++ b/databases/mydbf2mysql/Makefile
@@ -3,6 +3,7 @@
PORTNAME= mydbf2mysql
PORTVERSION= 0.8.4.5
+PORTREVISION= 1
CATEGORIES= databases python
MASTER_SITES= SF/mydbf2mysql/mydbf2mysql/${PORTVERSION}/
DISTNAME= MyDBF2MySQL-${PORTVERSION}
@@ -13,17 +14,11 @@ COMMENT= Flexible tool for DBF import into MySQL
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb
RUN_DEPENDS+= ydbf=0.0.1:${PORTSDIR}/devel/py-ydbf
-PLIST_SUB+= PYTHON_VER=${PYTHON_VER}
USE_PYTHON= yes
USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=yes
USE_BZIP2= yes
-PYDISTUTILS_NOEGGINFO= yes
-PYDISTUTILS_PKGNAME= MyDBF2MySQL
-PYDISTUTILS_PKGVERSION= ${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}/${PORTNAME}/dist/${DISTNAME}/
-MAN1= mydbf2mysql.1
-
-NO_STAGE= yes
.include <bsd.port.mk>