freebsd-ports/databases/py-pickledb/Makefile
Olivier Duchateau 81a75fd03f - Update to 0.4
- Re-assign to the Python team
- Adjust WWW entry
2015-12-07 18:39:53 +00:00

19 lines
396 B
Makefile

# Created by: Olivier Duchateau <duchateau.olivier@gmail.com>
# $FreeBSD$
PORTNAME= pickleDB
PORTVERSION= 0.4
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Lightweight, fast, and simple key-value store
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>