aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-webob/Makefile
blob: b90b5f232ae0439ca21c4a99b6d3c7d6caf18b1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    webob
# Date created:     2009-02-12
# Whom:         Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   webob
DISTVERSION=    1.1beta1
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.7
USE_PYDISTUTILS=    easy_install

USE_ZIP=    yes

.include <bsd.port.mk>