17 lines
307 B
Makefile
17 lines
307 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= python-sql
|
|
PORTVERSION= 0.7
|
|
CATEGORIES= databases python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Library to write SQL queries
|
|
|
|
#LICENSE= BSD
|
|
|
|
USES= pkgconfig python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|