head	1.15;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.11
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.11
	RELEASE_7_0_0:1.10
	RELEASE_6_3_0:1.10
	PRE_XORG_7:1.9
	RELEASE_4_EOL:1.9
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.15
date	2012.11.17.06.02.56;	author svnexp;	state Exp;
branches;
next	1.14;

1.14
date	2012.06.05.13.12.32;	author culot;	state Exp;
branches;
next	1.13;

1.13
date	2012.01.21.17.39.23;	author eadler;	state Exp;
branches;
next	1.12;

1.12
date	2011.09.17.07.06.45;	author sunpoet;	state Exp;
branches;
next	1.11;

1.11
date	2008.04.17.14.30.24;	author araujo;	state Exp;
branches;
next	1.10;

1.10
date	2007.09.08.01.11.46;	author linimon;	state Exp;
branches;
next	1.9;

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

1.8
date	2006.03.24.15.10.59;	author tobez;	state Exp;
branches;
next	1.7;

1.7
date	2006.03.17.12.48.03;	author sem;	state Exp;
branches;
next	1.6;

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

1.5
date	2005.09.17.07.16.16;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2005.02.18.10.11.09;	author tobez;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.17.14.31.57;	author mat;	state Exp;
branches;
next	1.2;

1.2
date	2005.01.27.10.33.35;	author tobez;	state Exp;
branches;
next	1.1;

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


desc
@@


1.15
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	WebService::Bloglines
# Date created:			Nov 3, 2004
# Whom:				ijliao
#
# $FreeBSD: head/www/p5-WebService-Bloglines/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WebService-Bloglines
PORTVERSION=	0.12
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Easy-to-use Interface for Bloglines Web Services

BUILD_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-XML-RSS>=0:${PORTSDIR}/textproc/p5-XML-RSS \
		p5-XML-RSS-LibXML>=0:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \
		p5-XML-XPath>=0:${PORTSDIR}/textproc/p5-XML-XPath
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	WebService::Bloglines.3

.include <bsd.port.mk>
@


1.14
log
@- Remove SITE_PERL from *_DEPENDS

Submitted by:	az@@
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.13
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d18 4
a21 4
BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
		${SITE_PERL}/XML/RSS/LibXML.pm:${PORTSDIR}/textproc/p5-XML-RSS-LibXML \
		${SITE_PERL}/XML/XPath.pm:${PORTSDIR}/textproc/p5-XML-XPath
@


1.12
log
@- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.11
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d24 1
a24 1
PERL_CONFIGURE=	5.8.1+
@


1.10
log
@Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WebService
@


1.9
log
@- Update to 0.12
@
text
@d25 1
a25 1
PERL_CONFIGURE=	yes
d29 1
a29 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500801
IGNORE=		requires perl 5.8.1 or later. Install lang/perl5.8 then try again
.endif

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


1.8
log
@Update to 0.11.  Require lang/perl5.8.
@
text
@d10 1
a10 1
PORTVERSION=	0.11
@


1.7
log
@- Update to 0.10

PR:		ports/94083
Submitted by:	Masafumi Otsune <info@@otsune.com>
@
text
@d10 1
a10 2
PORTVERSION=	0.10
PORTREVISION=	1
d31 2
a32 3
# XML::RSS -> XML::Parser -> Test::Manifest which needs 5.6
.if ${PERL_LEVEL} < 500601
IGNORE=		requires perl 5.6.x or later. Install lang/perl5.8 then try again
@


1.6
log
@- Add missing dependency. (textproc/XML-RSS-LibXML in ports/91819)
- Bump PORTREVISION.

PR:		91820
Submitted by:	Gea-Suan Lin <gslin AT gslin dot org>
@
text
@d10 1
a10 1
PORTVERSION=	0.09
@


1.5
log
@- update to 0.09
@
text
@d11 1
d22 1
@


1.4
log
@Update to 0.06.
@
text
@d10 1
a10 1
PORTVERSION=	0.06
@


1.3
log
@Update to 0.05
@
text
@d10 1
a10 1
PORTVERSION=	0.05
@


1.2
log
@Update to 0.04, set maintainer to perl.
@
text
@d10 1
a10 1
PORTVERSION=	0.04
d20 2
a21 1
		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS
d28 8
a35 1
.include <bsd.port.mk>
@


1.1
log
@add p5-WebService-Bloglines 0.02
Easy-to-use Interface for Bloglines Web Services
@
text
@d10 1
a10 1
PORTVERSION=	0.02
d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@

