freebsd-ports/databases/py-oops/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

17 lines
409 B
Makefile

# 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
COMMENT= Object Oriented Database Library For Persistent Storage in Python
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>