diff options
author | Kai Knoblich <kai@FreeBSD.org> | 2019-03-13 16:06:25 +0000 |
---|---|---|
committer | Kai Knoblich <kai@FreeBSD.org> | 2019-03-13 16:06:25 +0000 |
commit | a51d7bb6af99ad3282ff2fdb296a8b3b522f35e4 (patch) | |
tree | a64ea81669dcbfcdc32bc17271fcbf88c683857d /astro/p5-Net-GPSD3/Makefile | |
parent | 7a76a44519340fd805c9331a8d72a08718b87040 (diff) | |
download | ports-a51d7bb6af99ad3282ff2fdb296a8b3b522f35e4.tar.gz ports-a51d7bb6af99ad3282ff2fdb296a8b3b522f35e4.zip |
Notes
Diffstat (limited to 'astro/p5-Net-GPSD3/Makefile')
-rw-r--r-- | astro/p5-Net-GPSD3/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/astro/p5-Net-GPSD3/Makefile b/astro/p5-Net-GPSD3/Makefile new file mode 100644 index 000000000000..5be71f3c94b6 --- /dev/null +++ b/astro/p5-Net-GPSD3/Makefile @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= Net-GPSD3 +PORTVERSION= 0.19 +CATEGORIES= astro perl5 geography +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= bscott@bunyatech.com.au +COMMENT= Interface to the gpsd server daemon protocol version 3 (JSON) + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-GPS-Point>=0.1:astro/p5-GPS-Point \ + p5-JSON-XS>0:converters/p5-JSON-XS \ + p5-DateTime>0:devel/p5-DateTime \ + p5-DateTime-Format-W3CDTF>=0.06:devel/p5-DateTime-Format-W3CDTF \ + p5-Test-Simple>=0.44:devel/p5-Test-Simple \ + p5-IO-Socket-INET6>0:net/p5-IO-Socket-INET6 + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> |