blob: 844d64deac645ba1fc582403b337d5ff1a6e07ae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  | 
# 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>
 
  |