freebsd-ports/databases/py-oops/Makefile

18 lines
409 B
Makefile
Raw Normal View History

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