head	1.4;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.06.02.51;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.10.18.42.36;	author swills;	state Exp;
branches;
next	1.2;

1.2
date	2012.04.12.15.41.06;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2011.07.05.11.37.18;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	HTTP::MobileAgent::Plugin::Locator
# Date created:		05 Jul 2011
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTTP-MobileAgent-Plugin-Locator/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTTP-MobileAgent-Plugin-Locator
PORTVERSION=	0.04
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Mobile location information plugin for p5-HTTP-MobileAgent

RUN_DEPENDS=	\
	p5-Geo-Coordinates-Converter>=0.10:${PORTSDIR}/science/p5-Geo-Coordinates-Converter \
	p5-Geo-Coordinates-Converter-iArea>=0.11:${PORTSDIR}/science/p5-Geo-Coordinates-Converter-iArea \
	p5-HTTP-MobileAgent>=0.31:${PORTSDIR}/www/p5-HTTP-MobileAgent \
	p5-UNIVERSAL-can>0:${PORTSDIR}/devel/p5-UNIVERSAL-can \
	p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-Test-Requires>=0:${PORTSDIR}/devel/p5-Test-Requires

PERL_CONFIGURE=	yes

MAN3=	HTTP::MobileAgent::Plugin::Locator.3

.include <bsd.port.mk>
@


1.3
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
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Add TEST_DEPENDS

PR:		ports/166426
Approved by:	maintainer timeout (kuriyama, >2 weeks)
@
text
@d23 1
a23 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.1
log
@Handling mobile location information plugin for HTTP::MobileAgent.

WWW: http://search.cpan.org/dist/HTTP-MobileAgent-Plugin-Locator/
@
text
@d24 1
@

