freebsd-ports/astro/p5-GPS/Makefile
Emanuel Haupt a21a70bf4d - Update to 0.15
- Take maintainership

PR:		118400
2007-12-11 19:32:14 +00:00

26 lines
550 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.15
CATEGORIES= astro perl5 geography
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= GPS
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>