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


1.8
date	2012.11.17.06.02.55;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.11.20.48.30;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.39.19;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2008.04.17.14.30.19;	author araujo;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.08.01.11.42;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2006.07.28.02.53.27;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.18.17.22.04;	author erwin;	state Exp;
branches;
next	1.1;

1.1
date	2006.07.18.16.12.07;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-WWW-Google-News
# Date created:		2006-07-17
# Whom:			Tsung-Han Yeh <snowfly@@yuntech.edu.tw>
#
# $FreeBSD: head/www/p5-WWW-Google-News/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WWW-Google-News
PORTVERSION=	0.12
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	snowfly@@yuntech.edu.tw
COMMENT=	Access to Google's News Service (Not Usenet)

BUILD_DEPENDS=	p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-XML-Atom>=0:${PORTSDIR}/textproc/p5-XML-Atom \
		p5-libwww>=0:${PORTSDIR}/www/p5-libwww
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WWW::Google::News.3

.include <bsd.port.mk>
@


1.7
log
@- Add missing DEPENDS
- Avoid use of SITE_PERL in DEPENDS
- Bump PORTREVISION

PR:		ports/166356
Approved by:	maintainer timeout (snowfly@@yuntech.edu.tw, >2 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
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
@d10 1
d18 3
a20 2
BUILD_DEPENDS=	${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI
@


1.5
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
@d19 1
a19 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
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
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WWW
@


1.3
log
@- update to 0.12

PR:		ports/100919
Submitted by:	clsung
Approved by:	maintainer <snowfly_AT_yuntech dot edu dot tw>
@
text
@d26 1
a26 7
.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500600
IGNORE=	requires at least Perl 5.6 due to dependencies.  Please install lang/perl5.8 and try again
.endif

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


1.2
log
@Remove a copy/paste error that snug in last minute.

Submitted by:			cperciva
Two pointy hats in one day:	erwin
@
text
@d9 1
a9 1
PORTVERSION=	0.11
@


1.1
log
@Add p5-WWW-Google-News 0.11, access to Google's News Service (Not
Usenet).

PR:		ports/100474
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
@
text
@a28 1
SASL
@

