45c04e0941
- Pet portlint PR: ports/188619 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
22 lines
509 B
Makefile
22 lines
509 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= Lightweight, fast, and simple key-value store
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pickledb.py \
|
|
%%PYTHON_SITELIBDIR%%/pickledb.pyc \
|
|
%%PYTHON_SITELIBDIR%%/pickledb.pyo
|
|
|
|
.include <bsd.port.mk>
|