freebsd-ports/www/py-tgwebservices/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

22 lines
586 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= tgwebservices
PORTVERSION= 1.2.4
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
LOCAL/nivit/${PYTGWEBSERVICES}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= TGWebServices-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= Multiprotocol Web Services for TurboGears
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:www/py-turbogears \
${PYTHON_PKGNAMEPREFIX}Genshi>=0.3.6:textproc/py-genshi
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>