freebsd-ports/www/py-pastedeploy/Makefile
Dryice Dong Liu 12a8f475f4 really upgrade to 1.3.2
PR:		ports/128496
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-11-12 04:50:06 +00:00

29 lines
757 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.2
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/P/PasteDeploy/ \
${MASTER_SITE_LOCAL} \
http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= dryice
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>