freebsd-ports/databases/py-pickledb/Makefile
Marcus von Appen e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00

22 lines
508 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
USES= python
USE_PYTHON= distutils
PLIST_FILES= %%PYTHON_SITELIBDIR%%/pickledb.py \
%%PYTHON_SITELIBDIR%%/pickledb.pyc \
%%PYTHON_SITELIBDIR%%/pickledb.pyo
.include <bsd.port.mk>