mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
185d57e0e3
- Pet portlint PR: ports/188650 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Approved by: portmgr@ (blanket)
18 lines
398 B
Makefile
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>
|