head	1.4;
access;
symbols
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2011.02.25.09.46.39;	author miwi;	state dead;
branches;
next	1.3;

1.3
date	2011.01.13.00.39.01;	author wen;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.02.08.02.03;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.22.05.21.23;	author alexbl;	state Exp;
branches;
next	;


desc
@@


1.4
log
@- Part 1 of python24 removal
	- Clean up bsd.python.mk (remove PYWSGIREF, PYHASHLIB, PYCTYPES and PYEXPAT) all these is now part of python
	  since python25

Remove:
	textproc/py-expat
	devel/py-ctypes
	security/py-hashlib
	www/py-wsgiref
@
text
@# New ports collection makefile for:	py-wsgiref
# Date created:				21 Dec 2006
# Whom:					Alexander Botero-Lowry <alexbl@@FreeBSD.org>
#
# $FreeBSD: ports/www/py-wsgiref/Makefile,v 1.3 2011/01/13 00:39:01 wen Exp $

PORTNAME=	wsgiref
PORTVERSION=	0.1.2
CATEGORIES=	www devel python
MASTER_SITES=	http://cheeseshop.python.org/packages/source/w/wsgiref/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Backport of Python 2.5's wsgiref module

USE_ZIP=	yes
USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

.include <bsd.port.pre.mk>

.if ${PYTHON_REL} >= 250
IGNORE=	wsgiref ships with Python 2.5.x
.endif

.include <bsd.port.post.mk>
@


1.3
log
@- Fix a typo of Makefile

PR:		ports/153940
Submitted by:	Ruslan Mahmatkhanov <cvs-src@@yandex.ru>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Reset alexbl@@FreeBSD.org due to maintainer-timeouts and no repsonse
to email.

Hat:		portmgr
@
text
@d23 1
a23 1
IGNORE=	hashlib ships with Python 2.5.x
@


1.1
log
@ - add wsgiref 0.1.2
     wsgiref is a reference implementation of the WSGI standard. This is a
     backport of wsgiref which is included in Python 2.5.

     WWW: http://cheeseshop.python.org/pypi/wsgiref
@
text
@d13 1
a13 1
MAINTAINER=	alexbl@@FreeBSD.org
@

