mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
758243aad5
Notified by: krismail
22 lines
470 B
Makefile
22 lines
470 B
Makefile
# New ports collection makefile for: py-dbx
|
|
# Date created: 2005-12-18
|
|
# Whom: 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>
|