5ae8688c07
With hat: portmgr
21 lines
486 B
Makefile
21 lines
486 B
Makefile
# Created by: David Phillips <david@acz.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pydbx
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= http://david.acz.org/pydbx/ \
|
|
http://ftp.giga.net.tw/OS/FreeBSD/distfiles/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= david@acz.org
|
|
COMMENT= Simple SQL database abstraction layer for Python
|
|
|
|
DEPRECATED= Uses deprecated version of python
|
|
EXPIRATION_DATE= 2020-09-15
|
|
|
|
USES= python:2.7
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|