1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/databases/py-oops/Makefile
Ying-Chieh Liao f6f900731b add py-oops 0.9.1
Object Oriented Database Library For Persistent Storage in Python
2002-05-16 16:24:56 +00:00

22 lines
381 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pyobjfs
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>