23 lines
519 B
Makefile
23 lines
519 B
Makefile
# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pickleDB
|
|
PORTVERSION= 0.3
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= duchateau.olivier@gmail.com
|
|
COMMENT= A lightweight, fast, and simple key-value store
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_PYTHON= 2.6+
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pickledb.py \
|
|
%%PYTHON_SITELIBDIR%%/pickledb.pyc \
|
|
%%PYTHON_SITELIBDIR%%/pickledb.pyo
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|