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


1.4
date	2012.11.17.06.03.02;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2007.07.30.09.42.16;	author alexbl;	state Exp;
branches;
next	1.2;

1.2
date	2007.01.02.05.35.24;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2006.12.20.06.33.25;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	urljr
# Date created:				2006-12-19
# Whom:					Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/www/py-urljr/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	urljr
PORTVERSION=	1.0.1
CATEGORIES=	www python
MASTER_SITES=	http://www.openidenabled.com/resources/downloads/python-openid/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	python-${PORTNAME}-${PORTVERSION}

MAINTAINER=	clsung@@FreeBSD.org
COMMENT=	Common interface to HTTP fetchers for PycURL or urllib2

BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/curl:${PORTSDIR}/ftp/py-curl

USE_PYTHON=	2.2+
USE_PYDISTUTILS=	yes
PYDISTUTILS_PKGNAME=	python-urljr

.include <bsd.port.mk>
@


1.3
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Update to 1.0.1
@
text
@d22 1
@


1.1
log
@urljr
-----

URL-related utilites from JanRain, Inc.

This package contains the "fetchers" module, which provides a common
interface to urllib2 and curl for making HTTP requests.

WWW:    http://www.openidenabled.com/openid/libraries/python/urljr/
@
text
@d9 1
a9 1
PORTVERSION=	1.0.0
@

