head	1.6;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4;
locks; strict;
comment	@# @;


1.6
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.10.18.42.34;	author swills;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.08.16.57.02;	author leeym;	state Exp;
branches;
next	1.3;

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

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

1.1
date	2008.11.08.18.05.28;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Switch exporter over
@
text
@# ex:ts=8
# Ports collection makefile for:	HTML::GoogleMaps
# Date created:				2008-11-06
# Whom:					Yen-Ming Lee <leeym@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTML-GoogleMaps/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-GoogleMaps
PORTVERSION=	10
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	leeym@@FreeBSD.org
COMMENT=	A simple wrapper around the Google Maps API

RUN_DEPENDS=	p5-Geo-Coder-Google>=0.02:${PORTSDIR}/misc/p5-Geo-Coder-Google
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		HTML::GoogleMaps.3

post-extract:
	@@${FIND} ${WRKSRC} -name ".*.pm" -delete

post-patch:
	@@${FIND} ${WRKSRC} -name "*.orig" -delete

.include <bsd.port.mk>
@


1.5
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.4
log
@- update to 10
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.3
log
@- update to 9
@
text
@d10 1
a10 1
PORTVERSION=	9
d25 3
@


1.2
log
@- update to 8
@
text
@d10 1
a10 1
PORTVERSION=	8
@


1.1
log
@- add HTML::GoogleMaps 6

HTML::GoogleMaps provides a simple wrapper around the Google Maps API. It
allows you to easily create maps with markers, polylines and information
windows. Thanks to Geo::Coder::Google you can now look up locations around
the world without having to install a local database.

WWW: http://search.cpan.org/dist/HTML-GoogleMaps/
@
text
@d10 1
a10 1
PORTVERSION=	6
@

