View | Details | Raw Unified | Return to bug 235820
Collapse All | Expand All

(-)astro/p5-GPS-Point/Makefile (+22 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	GPS-Point
4
PORTVERSION=	0.20
5
CATEGORIES=	astro perl5 geography
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
8
DISTNAME=	GPS-Point-${PORTVERSION}
9
10
MAINTAINER=	perl@FreeBSD.org
11
COMMENT=	Perl object oriented representation of a point (GPS fix)
12
13
LICENSE=	BSD
14
15
BUILD_DEPENDS=	${RUN_DEPENDS}
16
RUN_DEPENDS=	p5-Test-Number-Delta>0:devel/p5-Test-Number-Delta p5-Test-Simple>=0.44:devel/p5-Test-Simple
17
18
USES=		perl5
19
USE_PERL5=	configure
20
NO_ARCH=	yes
21
22
.include <bsd.port.mk>
(-)astro/p5-GPS-Point/distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (GPS-Point-0.20.tar.gz) = fee13168bdfc3e6b738ffce37cd1d187f00f24a29bd4d3ec2888e2c5a480a615
2
SIZE (GPS-Point-0.20.tar.gz) = 10271
(-)astro/p5-GPS-Point/pkg-descr (+3 lines)
Line 0 Link Here
1
This is a re-write of Net::GPSD::Point with the goal of being more re-usable.
2
3
GPS::Point - Provides an object interface for a GPS fix (e.g. Position, Velocity and Time).
(-)astro/p5-GPS-Point/pkg-plist (+2 lines)
Line 0 Link Here
1
%%SITE_PERL%%/GPS/Point.pm
2
%%PERL5_MAN3%%/GPS::Point.3.gz

Return to bug 235820