1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/databases/pydbx/Makefile
Steve Wills 185d57e0e3 - Stage
- Pet portlint

PR:		ports/188650
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@ (blanket)
2014-04-15 15:58:00 +00:00

18 lines
398 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
.include <bsd.port.mk>