ports/devel/py-sqlcc/Makefile
Marcus von Appen 89e07f4a18 - Convert ports of devel/ to USES=python
Approved by:	portmgr (implicit)
2014-10-20 16:04:12 +00:00

20 lines
407 B
Makefile

# Created by: Thinker K.F. Li <thinker@branda.to>
# $FreeBSD$
PORTNAME= sqlcc
PORTVERSION= 0.3.2
CATEGORIES= devel databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wg@FreeBSD.org
COMMENT= Python SQL Command Composer
LICENSE= BSD
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pythk>=0:${PORTSDIR}/devel/pythk
USES= python
USE_PYTHON= distutils
.include <bsd.port.mk>