freebsd-ports/www/py-tgwebservices/Makefile
Vanilla I. Shu a0c1ef7c29 - Stage
- Drop easy_install
- Use auto pkg-plist
- Delete pkg-plist

PR:		ports/188774
Submitted by:	Bartek Rutkowski <ports@robakdesign.com>
Approved by:	portmgr@
2014-05-08 16:01:45 +00:00

24 lines
663 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:${PORTSDIR}/www/py-turbogears \
${PYTHON_PKGNAMEPREFIX}Genshi>=0.3.6:${PORTSDIR}/textproc/py-genshi
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= TGWebServices
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>