summaryrefslogtreecommitdiff
path: root/astro/p5-GPS-Babel/Makefile
blob: 6f609bd92788c8ae06fe01b109055395741f87e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

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

USES=		perl5
USE_PERL5=	configure
NO_ARCH=	yes

.include <bsd.port.mk>