mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
e1555011ab
Approved by: portmgr (implicit)
18 lines
397 B
Makefile
18 lines
397 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
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils
|
|
|
|
.include <bsd.port.mk>
|