mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
7a1121db0c
WWW: http://search.cpan.org/dist/GPS-Babel/ PR: ports/135074 Submitted by: Wen Heping <wenheping at gmail.com>
27 lines
627 B
Makefile
27 lines
627 B
Makefile
# Ports collection makefile for: p5-GPS-Babel
|
|
# Date created: 30 May, 2009
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= GPS-Babel
|
|
PORTVERSION= 0.11
|
|
CATEGORIES= astro perl5 geography
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= GPS::Babel.3
|
|
|
|
.include <bsd.port.mk>
|