1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/science/p5-Geo-Coordinates-Converter/Makefile
2013-11-06 01:32:11 +00:00

27 lines
682 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= Geo-Coordinates-Converter
PORTVERSION= 0.13
CATEGORIES= science geography perl5
MASTER_SITES= CPAN
#MASTER_SITE_SUBDIR= CPAN:YAPPO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple converter of geo coordinates
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Accessor-Lite>=0.05:${PORTSDIR}/devel/p5-Class-Accessor-Lite \
p5-String-CamelCase>0:${PORTSDIR}/textproc/p5-String-CamelCase \
p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Base>0:${PORTSDIR}/devel/p5-Test-Base
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>