diff options
Diffstat (limited to 'devel/py-sqlcc/Makefile')
-rw-r--r-- | devel/py-sqlcc/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/py-sqlcc/Makefile b/devel/py-sqlcc/Makefile new file mode 100644 index 000000000000..ee16d888303d --- /dev/null +++ b/devel/py-sqlcc/Makefile @@ -0,0 +1,22 @@ +# 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 +MASTER_SITES= http://master.branda.to/downloads/sqlcc/ +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= thinker@branda.to +COMMENT= The sqlcc is 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> |