21 lines
463 B
Makefile
21 lines
463 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: py-oops
|
|
# Date created: May 16, 2002
|
|
# Whom: 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|