freebsd-ports/www/py-webob/Makefile
Nicola Vitale f5cd9f2ec9 - Update to 1.0.8
PR:		ports/158091
Submitted by:	Jin-Sih Lin <linpct at gmail.com>
2011-06-27 10:14:16 +00:00

25 lines
547 B
Makefile

# New ports collection makefile for: webob
# Date created: 2009-02-12
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= webob
PORTVERSION= 1.0.8
CATEGORIES= www python
MASTER_SITES= CHEESESHOP \
http://nivi.interfree.it/distfiles/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PYDISTUTILS_PKGNAME}-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= WSGI request and response Python object
PYDISTUTILS_PKGNAME= WebOb
USE_PYTHON= -2.7
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
.include <bsd.port.mk>