head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.59;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.01.09.15.41.07;	author tabthorpe;	state Exp;
branches;
next	1.8;

1.8
date	2011.01.15.15.33.46;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.05.12.49.11;	author lwhsu;	state Exp;
branches;
next	1.6;

1.6
date	2009.11.21.11.04.35;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.08.17.20.29.21;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.05.10.18.15.18;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.11.22.22.36.04;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.09.08.08.04.10;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.08.25.21.17.29;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:	py-dtflickr
# Date created:				19 August 2008
# Whom:					Douglas Thrift
#
# $FreeBSD: head/www/py-dtflickr/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	dtflickr
PORTVERSION=	1.5
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP \
		http://apt.douglasthrift.net/files/${PORTNAME}/ \
		http://code.douglasthrift.net/files/${PORTNAME}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	douglas@@douglasthrift.net
COMMENT=	Spiffy Flickr API library using JSON

LICENSE=	AL2

USE_BZIP2=	yes
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install

.include <bsd.port.pre.mk>

.if ${PYTHON_VERSION} == "python2.5"
RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}simplejson>=1.7:${PORTSDIR}/devel/py-simplejson
.endif

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


1.9
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Add LICENSE
- Remove obsolete MD5 checksum while I'm here

PR:		ports/154017
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
Feature safe:	yes
@
text
@d19 1
a19 1
LICENSE=	ASL
@


1.7
log
@- Update to 1.5

PR:		ports/146322
Submitted by:	Douglas William Thrift <douglas AT douglasthrift.net> (maintainer)
@
text
@d19 2
@


1.6
log
@- Update MASTER_SITES

PR:		140749 140750
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	1.4
@


1.5
log
@- Update to 1.4

PR:		137837
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d12 1
@


1.4
log
@- Update to 1.3

PR:		134380
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.3
d11 2
a12 1
MASTER_SITES=	CHEESESHOP
a17 2
RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}simplejson>=1.7:${PORTSDIR}/devel/py-simplejson

d19 1
a19 1
USE_PYTHON=	yes
d22 7
a28 1
.include <bsd.port.mk>
@


1.3
log
@- Update to 1.2

PR:		129034
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.2
@


1.2
log
@- Update to 1.1

PR:		127199
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	1.1
@


1.1
log
@DT Flickr is a spiffy automagically built Flickr API library for Python
using JSON.

WWW: http://svn.douglasthrift.net/trac/dtflickr

PR:		ports/126671
Submitted by:	Douglas Thrift
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@

