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
|
2014-02-17 06:18:16 +01:00
|
|
|
PORTREVISION= 1
|
2011-10-28 10:14:02 +02:00
|
|
|
CATEGORIES= databases python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
|
|
COMMENT= Sqlite-backed dictionary
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
2011-10-28 10:14:02 +02:00
|
|
|
|
2017-11-30 16:50:30 +01:00
|
|
|
USES= python:2.7
|
2014-10-19 10:50:17 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2011-10-28 10:14:02 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|