2000-12-06 05:43:03 +00:00
|
|
|
# New ports collection makefile for: p5-GPS
|
|
|
|
# Date created: 5 December 2000
|
|
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= GPS
|
2009-03-25 21:46:58 +00:00
|
|
|
PORTVERSION= 0.17
|
2007-07-22 19:33:55 +00:00
|
|
|
CATEGORIES= astro perl5 geography
|
2008-04-17 14:30:31 +00:00
|
|
|
MASTER_SITES= CPAN
|
2000-12-06 05:43:03 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= perl-GPS-${PORTVERSION}
|
|
|
|
|
2007-12-11 19:32:14 +00:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2003-02-21 10:44:59 +00:00
|
|
|
COMMENT= Perl interface to GPS receivers
|
2000-12-06 05:43:03 +00:00
|
|
|
|
2011-08-17 23:26:50 +00:00
|
|
|
BUILD_DEPENDS= p5-Device-SerialPort>=0.07:${PORTSDIR}/comms/p5-Device-SerialPort
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2007-12-11 19:32:14 +00:00
|
|
|
PERL_CONFIGURE= yes
|
2009-03-27 09:53:36 +00:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2000-12-06 05:43:03 +00:00
|
|
|
|
2007-12-11 19:32:14 +00:00
|
|
|
MAN3= GPS::Serial.3 \
|
|
|
|
GPS::NMEA.3 \
|
|
|
|
GPS::NMEA::Handler.3 \
|
|
|
|
GPS::Garmin.3 \
|
2000-12-06 05:43:03 +00:00
|
|
|
GPS::Garmin::Handler.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|