bc3afa3515
- Update URL of WWW site
27 lines
586 B
Makefile
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.1b2
|
|
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>
|