freebsd-ports/www/py-webob/Makefile

25 lines
548 B
Makefile
Raw Normal View History

# New ports collection makefile for: webob
# Date created: 2009-02-12
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= webob
2010-02-17 14:27:23 +01:00
PORTVERSION= 0.9.8
2009-12-17 18:01:10 +01:00
PORTREVISION= 0
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= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>