aboutsummaryrefslogtreecommitdiff
path: root/databases/openark-kit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/openark-kit/Makefile')
-rw-r--r--databases/openark-kit/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/databases/openark-kit/Makefile b/databases/openark-kit/Makefile
index d87a0625c68b..19106d31c083 100644
--- a/databases/openark-kit/Makefile
+++ b/databases/openark-kit/Makefile
@@ -1,24 +1,20 @@
-# New ports collection makefile for: openark-kit
-# Date created: 2009-02-28
-# Whom: Gea-Suan Lin <gslin@gslin.org>
-#
+# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
-#
PORTNAME= openark-kit
-PORTVERSION= 111
+PORTVERSION= 180
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= gslin@gslin.org
COMMENT= Common utilities for MySQL
+LICENSE= BSD
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:${PORTSDIR}/databases/py-MySQLdb
PROJECTHOST= openarkkit
USE_PYDISTUTILS= yes
USE_PYTHON= yes
-LICENSE= BSD
-
.include <bsd.port.mk>