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

23 lines
469 B
Makefile

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