freebsd-ports/www/py-flup/Makefile

23 lines
469 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-flup
# Date created: 2006-12-16
# Whom: Li-Wen Hsu <lwhsu@lwhsu.org>
#
# $FreeBSD$
#
PORTNAME= flup
2009-05-27 09:15:56 +02:00
PORTVERSION= 1.0.2
PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://www.saddi.com/software/flup/dist/ \
2008-04-17 13:15:30 +02:00
CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Random assortment of WSGI servers, middleware
USE_PYTHON= 2.5+
2008-04-17 13:15:30 +02:00
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>