0f6a630d9b
Approved by: New maintainer <wenheping@gmail.com> via private mail
24 lines
595 B
Makefile
24 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>
|