blob: f59d1dfb111883414f5e6032ac30fc8e8425b1fd (
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
27
|
# New ports collection makefile for: webob
# Date created: 2009-02-12
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= webob
DISTVERSION= 1.2b3
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PYDISTUTILS_PKGNAME}-${DISTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= WSGI request and response Python object
LICENSE= MIT
PYDISTUTILS_PKGNAME= WebOb
PYDISTUTILS_PKGVERSION= ${DISTVERSION}
USE_PYTHON= 2.6+
USE_PYDISTUTILS= easy_install
USE_ZIP= yes
.include <bsd.port.mk>
|