aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-GPS-Babel/Makefile
blob: 18862c0f3414fb368c22f16c44bb173625ed06fa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$

PORTNAME=   GPS-Babel
PORTVERSION=    0.11
PORTREVISION=   1
CATEGORIES= astro perl5 geography
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Perl interface to gpsbabel

BUILD_DEPENDS=  p5-Geo-Gpx>=0.25:${PORTSDIR}/graphics/p5-Geo-Gpx \
        p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which
RUN_DEPENDS=    p5-Geo-Gpx>=0.25:${PORTSDIR}/graphics/p5-Geo-Gpx \
        p5-File-Which>=0.05:${PORTSDIR}/sysutils/p5-File-Which

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>