1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/py-pastedeploy/Makefile
Martin Wilke b960de69c9 - Move over to py25
- while here drop md5 support
- Small cleanups
2011-02-25 04:40:31 +00:00

26 lines
594 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.4
PORTREVISION= 1
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.5+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>