freebsd-ports/science/p5-Geo-Coordinates-Converter/Makefile
Andrej Zverev 4603fee495 Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
2012-12-17 06:15:27 +00:00

32 lines
931 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
PERL_CONFIGURE= yes
MAN3= Geo::Coordinates::Converter::Datum.3 \
Geo::Coordinates::Converter.3 \
Geo::Coordinates::Converter::Point.3 \
Geo::Coordinates::Converter::Point::ISO6709.3 \
Geo::Coordinates::Converter::Format.3 \
Geo::Coordinates::Converter::Format::ISO6709.3
.include <bsd.port.mk>