mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
be55dda0b6
PR: ports/159847 Submitted by: swills (me) Approved by: ehaupt (maintainer, private email)
30 lines
639 B
Makefile
30 lines
639 B
Makefile
# New ports collection makefile for: p5-GPS
|
|
# Date created: 5 December 2000
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= GPS
|
|
PORTVERSION= 0.17
|
|
CATEGORIES= astro perl5 geography
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= perl-GPS-${PORTVERSION}
|
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
|
COMMENT= Perl interface to GPS receivers
|
|
|
|
BUILD_DEPENDS= p5-Device-SerialPort>=0.07:${PORTSDIR}/comms/p5-Device-SerialPort
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAN3= GPS::Serial.3 \
|
|
GPS::NMEA.3 \
|
|
GPS::NMEA::Handler.3 \
|
|
GPS::Garmin.3 \
|
|
GPS::Garmin::Handler.3
|
|
|
|
.include <bsd.port.mk>
|