18 lines
412 B
Makefile
18 lines
412 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
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|