2007-02-17 15:52:39 +01:00
|
|
|
# New ports collection makefile for: py-tgwebservices
|
|
|
|
# Date created: 2007-02-14
|
|
|
|
# Whom: Nicola Vitale <nivit@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= tgwebservices
|
2011-03-04 10:47:31 +01:00
|
|
|
PORTVERSION= 1.2.4
|
2007-02-17 15:52:39 +01:00
|
|
|
CATEGORIES= www python
|
2009-01-20 17:45:40 +01:00
|
|
|
MASTER_SITES= CHEESESHOP \
|
2007-02-17 15:52:39 +01:00
|
|
|
LOCAL/nivit/${PYTGWEBSERVICES}/
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2009-01-20 17:45:40 +01:00
|
|
|
DISTNAME= TGWebServices-${PORTVERSION}
|
2007-02-17 15:52:39 +01:00
|
|
|
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
|
|
COMMENT= Multiprotocol Web Services for TurboGears
|
|
|
|
|
2011-02-27 17:16:15 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}TurboGears>=1.1.2:${PORTSDIR}/www/py-turbogears \
|
2007-02-17 15:52:39 +01:00
|
|
|
${PYTHON_PKGNAMEPREFIX}Genshi>=0.3.6:${PORTSDIR}/textproc/py-genshi
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-02-17 15:52:39 +01:00
|
|
|
|
2011-02-25 05:40:31 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2009-01-20 17:45:40 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2007-07-30 11:42:28 +02:00
|
|
|
PYDISTUTILS_PKGNAME= TGWebServices
|
2007-02-17 15:52:39 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|