2000-12-06 06:43:03 +01:00
|
|
|
# New ports collection makefile for: p5-GPS
|
|
|
|
# Date created: 5 December 2000
|
|
|
|
# Whom: Jeremy Shaffner <jeremy@external.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= GPS
|
|
|
|
PORTVERSION= 0.12
|
|
|
|
CATEGORIES= astro perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= perl-gps
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
DISTNAME= perl-GPS-${PORTVERSION}
|
|
|
|
|
2006-04-05 07:46:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 11:44:59 +01:00
|
|
|
COMMENT= Perl interface to GPS receivers
|
2000-12-06 06:43:03 +01:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-12-06 06:43:03 +01:00
|
|
|
|
|
|
|
MAN3= GPS::Garmin.3 \
|
|
|
|
GPS::Serial.3 \
|
|
|
|
GPS::Garmin::Handler.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|