diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-03-07 00:27:15 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-03-07 00:27:15 +0000 |
commit | 723f9897281ad360124df918a86fec2741cd0eb8 (patch) | |
tree | 8d9e9377ee225c5e67da4858df6176bf2a4d5e01 /databases | |
parent | 62ebff95c52552697a67a3ab8b978da204f7a4a0 (diff) | |
download | ports-723f9897281ad360124df918a86fec2741cd0eb8.tar.gz ports-723f9897281ad360124df918a86fec2741cd0eb8.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mydbf2mysql/Makefile | 1 | ||||
-rw-r--r-- | databases/mydbf2mysql/distinfo | 1 | ||||
-rw-r--r-- | databases/mydbf2mysql/pkg-plist | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/databases/mydbf2mysql/Makefile b/databases/mydbf2mysql/Makefile index 8af74f75ab9b..fde048fb5a2e 100644 --- a/databases/mydbf2mysql/Makefile +++ b/databases/mydbf2mysql/Makefile @@ -17,6 +17,7 @@ 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= 2.6+ USE_PYDISTUTILS=yes USE_BZIP2= yes diff --git a/databases/mydbf2mysql/distinfo b/databases/mydbf2mysql/distinfo index afbbd6159002..8d7907962ef8 100644 --- a/databases/mydbf2mysql/distinfo +++ b/databases/mydbf2mysql/distinfo @@ -1,3 +1,2 @@ -MD5 (MyDBF2MySQL-0.8.4.5.tar.bz2) = 1ba9d8e35b7a86a6a9f2bb4abf93cc9c SHA256 (MyDBF2MySQL-0.8.4.5.tar.bz2) = 5656a1b2f9bb73aba48266261f7f8d1c8e5d2c61cabcf47ebf470ad1b147bd60 SIZE (MyDBF2MySQL-0.8.4.5.tar.bz2) = 20031 diff --git a/databases/mydbf2mysql/pkg-plist b/databases/mydbf2mysql/pkg-plist index 5b11859df301..c02d633fd7ae 100644 --- a/databases/mydbf2mysql/pkg-plist +++ b/databases/mydbf2mysql/pkg-plist @@ -1,5 +1,5 @@ bin/mydbf2mysql -%%PYTHON_SITELIBDIR%%/MyDBF2MySQL-0.8.4.5-py2.6.egg-info +%%PYTHON_SITELIBDIR%%/MyDBF2MySQL-0.8.4.5-py%%PYTHON_VER%%.egg-info %%PYTHON_SITELIBDIR%%/MyDBF2MySQL/__init__.py %%PYTHON_SITELIBDIR%%/MyDBF2MySQL/__init__.pyc %%PYTHON_SITELIBDIR%%/MyDBF2MySQL/__init__.pyo |