1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/astro/p5-GPS-Point/Makefile
Kai Knoblich 193d5d7f0f New port: astro/p5-GPS-Point: Provides an object interface for a GPS point
Provides an object interface for a GPS point (e.g. Position, Velocity and
Time).

This is a re-write of Net::GPSD::Point with the goal of being more re-usable.

WWW: https://metacpan.org/release/GPS-Point

PR:		235820
Submitted by:	Brian Scott <bscott@bunyatech.com.au>
Reviewed by:	tcberner (mentor)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19420
2019-03-11 15:40:53 +00:00

27 lines
560 B
Makefile

# $FreeBSD$
PORTNAME= GPS-Point
PORTVERSION= 0.20
CATEGORIES= astro perl5 geography
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bscott@bunyatech.com.au
COMMENT= Provides an object interface for a GPS point
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Test-Number-Delta>0:devel/p5-Test-Number-Delta \
p5-Test-Simple>=0.44:devel/p5-Test-Simple
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
PLIST_FILES= ${SITE_PERL_REL}/GPS/Point.pm \
${SITE_MAN3_REL}/GPS::Point.3.gz
.include <bsd.port.mk>