2007-01-07 10:53:55 +01:00
|
|
|
# New ports collection makefile for: py-pastedeploy
|
|
|
|
# Date created: 15 December 2006
|
|
|
|
# Whom: Dryice Liu <dryice@dryice.name>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= PasteDeploy
|
2012-04-24 10:23:13 +02:00
|
|
|
PORTVERSION= 1.5.0
|
2007-01-07 10:53:55 +01:00
|
|
|
CATEGORIES= www python
|
2009-02-27 16:22:51 +01:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2007-01-07 10:53:55 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
|
2008-11-07 16:30:57 +01:00
|
|
|
MAINTAINER= wenheping@gmail.com
|
2007-01-07 10:53:55 +01:00
|
|
|
COMMENT= Load, configure, and compose WSGI applications and servers
|
|
|
|
|
2008-11-12 05:50:06 +01:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Paste>=1.6:${PORTSDIR}/www/py-paste
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-01-07 10:53:55 +01:00
|
|
|
|
2011-02-25 05:40:31 +01:00
|
|
|
USE_PYTHON= 2.5+
|
2008-11-12 05:50:06 +01:00
|
|
|
USE_PYDISTUTILS= easy_install
|
|
|
|
PYDISTUTILS_NOEGGINFO= yes
|
2007-01-07 10:53:55 +01:00
|
|
|
|
2011-02-25 05:40:31 +01:00
|
|
|
.include <bsd.port.mk>
|