1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/www/py-paste/Makefile
Dryice Dong Liu 0f6a630d9b pass on maintainership
Approved by:	New maintainer <wenheping@gmail.com> via private mail
2008-11-07 15:30:57 +00:00

25 lines
595 B
Makefile

# New ports collection makefile for: py-paste
# Date created: 14 December 2006
# Whom: Dryice Liu <dryice@dryice.name>
#
# $FreeBSD$
#
PORTNAME= Paste
PORTVERSION= 1.7.2
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/P/Paste/ \
${MASTER_SITE_LOCAL} \
http://dryice.name/computer/FreeBSD/distfiles/
MASTER_SITE_SUBDIR= dryice
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Tools for using a Web Server Gateway Interface stack
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.mk>