1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/databases/pydbx/Makefile
Marcus von Appen e1555011ab - Convert ports from databases/ and deskutils/ to new USES=python
Approved by:	portmgr (implicit)
2014-10-19 08:50:17 +00:00

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>