freebsd-ports/www/py-pastedeploy/Makefile
Martin Wilke 72a7a4a09f - Update to 1.3.3
PR:		132046
Submitted by:	Wen Heping <wenheping@gmail.com>
2009-02-27 15:22:51 +00:00

26 lines
611 B
Makefile

# New ports collection makefile for: py-pastedeploy
# Date created: 15 December 2006
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= PasteDeploy
PORTVERSION= 1.3.3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Load, configure, and compose WSGI applications and servers
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:${PORTSDIR}/www/py-paste
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.pre.mk>
.include <bsd.port.post.mk>