freebsd-ports/databases/py-oops/Makefile
Antoine Brodin de61a87208 Deprecate a few ports
With hat:	portmgr
2019-12-26 07:54:28 +00:00

20 lines
484 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
DEPRECATED= Unmaintained, uses EOLed python27
EXPIRATION_DATE= 2020-01-27
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>