29 lines
757 B
Makefile
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>
|