aboutsummaryrefslogtreecommitdiffstats
path: root/databases/openark-kit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/openark-kit/Makefile')
-rw-r--r--databases/openark-kit/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/openark-kit/Makefile b/databases/openark-kit/Makefile
index e7bc4929cc7b..c0746f1380f8 100644
--- a/databases/openark-kit/Makefile
+++ b/databases/openark-kit/Makefile
@@ -3,19 +3,18 @@
PORTNAME= openark-kit
PORTVERSION= 196
CATEGORIES= databases
-MASTER_SITES= GOOGLE_CODE
+MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/openarkkit/
MAINTAINER= ports@FreeBSD.org
COMMENT= Common utilities for MySQL
LICENSE= BSD3CLAUSE
-
-BROKEN= Unfetchable (google code has gone away)
+LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}MySQLdb>=1.2.2:databases/py-MySQLdb
-PROJECTHOST= openarkkit
+NO_ARCH= yes
USES= python
-USE_PYTHON= distutils
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>