diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-10-28 08:14:02 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-10-28 08:14:02 +0000 |
commit | 39c4e614e355ebce6bdae4b7fd2dd1ce08b34aff (patch) | |
tree | 499eaeb7b5cd3be50c6739b32860c7b004cc7f26 /databases/py-sqlite3dbm/Makefile | |
parent | b867ff715403bcb8993d6addb8b1b1212f96b5dc (diff) |
Notes
Diffstat (limited to 'databases/py-sqlite3dbm/Makefile')
-rw-r--r-- | databases/py-sqlite3dbm/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/py-sqlite3dbm/Makefile b/databases/py-sqlite3dbm/Makefile new file mode 100644 index 000000000000..9520e66f09f1 --- /dev/null +++ b/databases/py-sqlite3dbm/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: py-sqlite3dbm +# Date created: Oct 28, 2011 +# Whom: Wen Heping <wen@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sqlite3dbm +PORTVERSION= 0.1.4 +CATEGORIES= databases python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Sqlite-backed dictionary + +BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% + +USE_PYTHON= 2.6+ +USE_PYDISTUTILS=easy_install + +.include <bsd.port.mk> |