freebsd-ports/devel/py-sqlcc/Makefile
Mark Linimon b024879f81 Reset thinker@branda.to due to maintainer-timeouts and no response to
email.  While here, tighten up comments and pet portlint.

Hat:		portmgr
2009-08-17 05:27:02 +00:00

22 lines
507 B
Makefile

# New ports collection makefile for: py-sqlcc
# Date created: 2007-03-27
# Whom: Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#
PORTNAME= sqlcc
PORTVERSION= 0.2
CATEGORIES= devel databases python
MASTER_SITES= http://master.branda.to/downloads/sqlcc/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Python SQL Command Composer
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pythk/__init__.py:${PORTSDIR}/devel/pythk
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>