2013-03-04 11:55:23 +01:00
|
|
|
# Created by: Wen Heping <wen@FreeBSD.org>
|
2011-10-28 10:14:02 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sqlite3dbm
|
|
|
|
PORTVERSION= 0.1.4
|
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Sqlite-backed dictionary
|
|
|
|
|
2013-03-04 11:55:23 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
|
2011-10-28 10:14:02 +02:00
|
|
|
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
|
2014-01-13 22:00:02 +01:00
|
|
|
USE_PYTHON= yes
|
2011-10-28 10:14:02 +02:00
|
|
|
USE_PYDISTUTILS=easy_install
|
|
|
|
|
2013-09-20 18:13:47 +02:00
|
|
|
NO_STAGE= yes
|
2011-10-28 10:14:02 +02:00
|
|
|
.include <bsd.port.mk>
|