aboutsummaryrefslogtreecommitdiff
path: root/devel/py-turbojson11/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-turbojson11/Makefile')
-rw-r--r--devel/py-turbojson11/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/devel/py-turbojson11/Makefile b/devel/py-turbojson11/Makefile
deleted file mode 100644
index 41e44107f802..000000000000
--- a/devel/py-turbojson11/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: py-turbojson
-# Date created: 2006-12-02
-# Whom: Nicola Vitale <nivit@email.it>
-#
-# $FreeBSD$
-#
-
-PORTNAME= TurboJson
-PORTVERSION= 1.1.3
-PORTREVISION= 1
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP \
- http://nivi.interfree.it/distfiles/${PORTNAME}/
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= nivit@FreeBSD.org
-COMMENT= Python template plugin for TurboGears that supports json
-
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}RuleDispatch>=0.5.a0.r2306:${PORTSDIR}/devel/py-ruledispatch \
- ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \
- ${PYTHON_PKGNAMEPREFIX}sqlobject>=0.10.0_1:${PORTSDIR}/databases/py-sqlobject
-
-USE_PYTHON= 2.4+
-USE_PYDISTUTILS= easy_install
-
-.include <bsd.port.mk>