freebsd-ports/devel/py-turbojson11/Makefile
Marcus von Appen 2af02b02dc - Convert devel/py-turbojson11 to new USES=python
- Clean up leftovers from astro/gmapcatcher

With hat:	python@
2015-01-03 09:14:10 +00:00

23 lines
699 B
Makefile

# Created by: Nicola Vitale <nivit@email.it>
# $FreeBSD$
PORTNAME= TurboJson
PORTVERSION= 1.1.4
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
PKGNAMESUFFIX= 11
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}DecoratorTools>=1.7:${PORTSDIR}/devel/py-decoratortools
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>