head	1.13;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.06.10.18.42.33;	author swills;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.05.13.12.33;	author culot;	state Exp;
branches;
next	1.10;

1.10
date	2012.05.01.01.47.09;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2008.09.27.04.48.04;	author clsung;	state Exp;
branches;
next	1.8;

1.8
date	2008.06.24.09.48.00;	author clsung;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.01.10.57.16;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2007.07.09.03.22.11;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2007.03.21.09.05.30;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2006.07.21.17.18.09;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2005.09.14.22.51.49;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2005.07.27.16.21.14;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.27.15.40.13;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	Flickr::Upload
# Date created:			Apr 27, 2005
# Whom:				ijliao
#
# $FreeBSD: head/www/p5-Flickr-Upload/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Flickr-Upload
PORTVERSION=	1.32
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Upload images to flickr.com

RUN_DEPENDS=	p5-Flickr-API>=0:${PORTSDIR}/www/p5-Flickr-API \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-XML-Parser-Lite-Tree>=0:${PORTSDIR}/textproc/p5-XML-Parser-Lite-Tree
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN1=		flickr_upload.1
MAN3=		Flickr::Upload.3

.include <bsd.port.mk>
@


1.12
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.11
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.10
log
@- Assign clsung's p5- ports to perl@@

Approved by:	clsung via IRC
@
text
@d18 3
a20 3
RUN_DEPENDS=	${SITE_PERL}/Flickr/API.pm:${PORTSDIR}/www/p5-Flickr-API \
		${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/XML/Parser/Lite/Tree.pm:${PORTSDIR}/textproc/p5-XML-Parser-Lite-Tree
@


1.9
log
@- Update to 1.32

Changes:	http://search.cpan.org/dist/Flickr-Upload/ChangeLog
@
text
@d15 1
a15 1
MAINTAINER=	clsung@@FreeBSD.org
@


1.8
log
@- Update to 1.31

Changes:	http://search.cpan.org/dist/Flickr-Upload/ChangeLog
@
text
@d10 1
a10 1
PORTVERSION=	1.31
@


1.7
log
@- Update to 1.30

Changes:	http://search.cpan.org/dist/Flickr-Upload/ChangeLog
@
text
@d10 1
a10 1
PORTVERSION=	1.30
@


1.6
log
@- Update to 1.29
@
text
@d10 1
a10 1
PORTVERSION=	1.29
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Flickr
@


1.5
log
@- Update to 1.25
- pass maintainership

PR:		ports/110515
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d10 1
a10 1
PORTVERSION=	1.25
@


1.4
log
@- Fix missing depend
- Take maintainership

PR:		ports/100661
Submitted by:	maintainer (Gea-Suan Lin)
@
text
@d10 1
a10 2
PORTVERSION=	1.22
PORTREVISION=	1
d16 1
a16 1
MAINTAINER=	gslin@@gslin.org
d29 1
a29 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500601
IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
.endif

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


1.3
log
@- update to 1.22
@
text
@d11 1
d17 1
a17 1
MAINTAINER=	ports@@FreeBSD.org
d20 2
a21 1
BUILD_DEPENDS=	${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
d23 1
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
a36 1

@


1.2
log
@- add IGNORE for old perl
@
text
@d10 1
a10 1
PORTVERSION=	1.18
d25 2
a26 2
MAN1=	thickr_upload.1 flickr_upload.1
MAN3=	Flickr::Upload.3
@


1.1
log
@add p5-Flickr-Upload 1.18
Upload images to flickr.com
@
text
@d28 8
a35 1
.include <bsd.port.mk>
@

