aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-GPS/Makefile
blob: bb18c6a0206fb67498103197119c7689b9854c79 (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
# New ports collection makefile for:    p5-GPS
# Date created:         5 December 2000
# Whom:             Jeremy Shaffner <jeremy@external.org>
#
# $FreeBSD$

PORTNAME=   GPS
PORTVERSION=    0.16
CATEGORIES= astro perl5 geography
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-
DISTNAME=   perl-GPS-${PORTVERSION}

MAINTAINER= ehaupt@FreeBSD.org
COMMENT=    Perl interface to GPS receivers

PERL_CONFIGURE= yes

MAN3=       GPS::Serial.3 \
        GPS::NMEA.3 \
        GPS::NMEA::Handler.3 \
        GPS::Garmin.3 \
        GPS::Garmin::Handler.3

.include <bsd.port.mk>