Tweak science/brian version 1.4.3
[dports.git] / science / p5-Geo-Coordinates-Converter / Makefile
1 # Created by: Wen Heping <wenheping@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       Geo-Coordinates-Converter
5 PORTVERSION=    0.13
6 PORTREVISION=   1
7 CATEGORIES=     science geography perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Simple converter of geo coordinates
13
14 LICENSE=        ART10 GPLv1
15 LICENSE_COMB=   dual
16
17 BUILD_DEPENDS=  p5-Class-Accessor-Lite>=0.05:devel/p5-Class-Accessor-Lite \
18                 p5-String-CamelCase>0:textproc/p5-String-CamelCase \
19                 p5-YAML>0:textproc/p5-YAML
20 RUN_DEPENDS:=   ${BUILD_DEPENDS}
21 TEST_DEPENDS=   p5-Test-Base>0:devel/p5-Test-Base
22
23 USES=           perl5
24 USE_PERL5=      configure
25
26 .include <bsd.port.mk>