freebsd-ports/www/p5-HTTP-MobileAgent-Plugin-.../Makefile

25 lines
774 B
Makefile

PORTNAME= HTTP-MobileAgent-Plugin-Locator
PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Mobile location information plugin for p5-HTTP-MobileAgent
WWW= https://metacpan.org/release/HTTP-MobileAgent-Plugin-Locator
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-Geo-Coordinates-Converter>=0.10:science/p5-Geo-Coordinates-Converter \
p5-Geo-Coordinates-Converter-iArea>=0.11:science/p5-Geo-Coordinates-Converter-iArea \
p5-HTTP-MobileAgent>=0.31:www/p5-HTTP-MobileAgent \
p5-UNIVERSAL-can>0:devel/p5-UNIVERSAL-can \
p5-UNIVERSAL-require>0:devel/p5-UNIVERSAL-require
TEST_DEPENDS= p5-Test-Requires>=0:devel/p5-Test-Requires
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>