freebsd-ports/www/py-tgwebservices/Makefile
Nicola Vitale c1e95e4dec - Update to 1.2.2
- Convert easy_install support to <bsd.python.mk>
- Update WWW url in pkg-descr

PR:		ports/130784
Submitted by:	nivit
2009-01-20 16:45:40 +00:00

28 lines
744 B
Makefile

# New ports collection makefile for: py-tgwebservices
# Date created: 2007-02-14
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tgwebservices
PORTVERSION= 1.2.2
#PORTREVISION= 0
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.0.1:${PORTSDIR}/www/py-turbogears \
${PYTHON_PKGNAMEPREFIX}Genshi>=0.3.6:${PORTSDIR}/textproc/py-genshi
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= TGWebServices
.include <bsd.port.mk>