freebsd-ports/databases/py-oops/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

16 lines
391 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= oops
PORTVERSION= 0.9.1
CATEGORIES= databases python
MASTER_SITES= SF/pyobjfs/OOPS-Python%20Datastore/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Object Oriented Database Library For Persistent Storage in Python
USES= python:2
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>