1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/www/py-webob/Makefile
Nicola Vitale aa8080fc7d - Update to 1.2.b2
- Set USE_PYTHON to 2.6+
2011-10-20 13:44:54 +00:00

27 lines
586 B
Makefile

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