summaryrefslogtreecommitdiff
path: root/devel/py-sqlcc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-sqlcc/Makefile')
-rw-r--r--devel/py-sqlcc/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/devel/py-sqlcc/Makefile b/devel/py-sqlcc/Makefile
index 1b3ff5014255..ee76a52e5f28 100644
--- a/devel/py-sqlcc/Makefile
+++ b/devel/py-sqlcc/Makefile
@@ -1,20 +1,18 @@
-# New ports collection makefile for: py-sqlcc
-# Date created: 2007-03-27
-# Whom: Thinker K.F. Li <thinker@branda.to>
-#
+# Created by: Thinker K.F. Li <thinker@branda.to>
# $FreeBSD$
-#
PORTNAME= sqlcc
-PORTVERSION= 0.2
+PORTVERSION= 0.3.1
CATEGORIES= devel databases python
-MASTER_SITES= http://pypi.python.org/packages/source/s/sqlcc/
+MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A Python SQL Command Composer
+MAINTAINER= wg@FreeBSD.org
+COMMENT= Python SQL Command Composer
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pythk/__init__.py:${PORTSDIR}/devel/pythk
+LICENSE= BSD
+
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pythk>=0:${PORTSDIR}/devel/pythk
USE_PYTHON= yes
USE_PYDISTUTILS=yes