2013-09-20 18:13:47 +02:00
|
|
|
# Created by: ijliao
|
2002-05-16 18:24:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= oops
|
|
|
|
PORTVERSION= 0.9.1
|
2018-02-19 12:10:43 +01:00
|
|
|
PORTREVISION= 1
|
2002-05-16 18:24:56 +02:00
|
|
|
CATEGORIES= databases python
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/pyobjfs/OOPS-Python%20Datastore/${PORTNAME}-${PORTVERSION}
|
2002-05-16 18:24:56 +02:00
|
|
|
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
|
2002-05-16 18:24:56 +02:00
|
|
|
|
2018-02-19 12:10:43 +01:00
|
|
|
USES= python:2.7
|
2014-10-19 10:50:17 +02:00
|
|
|
USE_PYTHON= distutils autoplist
|
2002-05-16 18:24:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|