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.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


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

1.7
date	2012.05.28.16.51.04;	author sunpoet;	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	2008.03.30.17.28.16;	author miwi;	state Exp;
branches;
next	1.3;

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

1.2
date	2007.02.17.04.45.30;	author rafan;	state Exp;
branches;
next	1.1;

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


desc
@@


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

PORTNAME=	WWW-Google-Calculator
PORTVERSION=	0.07
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	snowfly@@yuntech.edu.tw
COMMENT=	This module provide simple interface for Google calculator

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
		p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
		p5-URI>=0:${PORTSDIR}/net/p5-URI \
		p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		WWW::Google::Calculator.3

.include <bsd.port.mk>
@


1.7
log
@- Update to 0.07
- Add LICENSE
- Sort *_DEPENDS

Changes:	http://search.cpan.org/dist/WWW-Google-Calculator/Changes
PR:		ports/168149
Submitted by:	sunpoet (myself)
Approved by:	snowfly <snowfly@@yuntech.edu.tw> (maintainer)
@
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
@d9 1
a9 1
PORTVERSION=	0.05
d17 7
a23 5
BUILD_DEPENDS=	${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install \
		${SITE_PERL}/${PERL_ARCH}/HTML/TokeParser.pm:${PORTSDIR}/www/p5-HTML-Parser \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/WWW/Mechanize.pm:${PORTSDIR}/www/p5-WWW-Mechanize \
		${SITE_PERL}/Class/Accessor/Fast.pm:${PORTSDIR}/devel/p5-Class-Accessor
@


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
@d22 1
a22 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Update to 0.05

PR:		122136
Submitted by:	Steven Kreuzer <skreuzer@@exit2shell.com>
Approved by:	maintainer
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	WWW
@


1.3
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
@d9 1
a9 1
PORTVERSION=	0.04
@


1.2
log
@- Update to 0.04

PR:		ports/108859
Submitted by:	rafan
Approved by:	snowfly <snowfly at yuntech.edu.tw> (maintainer)
@
text
@d29 1
a29 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.1
log
@Add p5-WWW-Google-Calculator 0.03, this module provide simple interface
for Google calculator.

PR:		ports/101012
Submitted by:	Tsung-Han Yeh <snowfly at yuntech.edu.tw>
@
text
@d9 1
a9 1
PORTVERSION=	0.03
d18 1
a18 1
BUILD_DEPENDS=	${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \
d25 1
a25 1
PERL_MODBUILD=	yes
@

