diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-07 16:32:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-04-07 16:32:45 +0000 |
commit | f0e475bd6f0307997716d706915e251d9133fa22 (patch) | |
tree | e05cc5b0095f6355088bb829535cb8834ef75c4b /science/rubygem-rgeo-geojson/Makefile | |
parent | bb0fe16f32f7a16ce44e6b21e78a7b8f1ddb2551 (diff) |
Add rubygem-rgeo-geojson 2.0.0
RGeo::GeoJSON is an extension to the RGeo gem that provides GeoJSON encoding and
decoding.
WWW: https://github.com/rgeo/rgeo-geojson
Notes
Notes:
svn path=/head/; revision=466738
Diffstat (limited to 'science/rubygem-rgeo-geojson/Makefile')
-rw-r--r-- | science/rubygem-rgeo-geojson/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/science/rubygem-rgeo-geojson/Makefile b/science/rubygem-rgeo-geojson/Makefile new file mode 100644 index 000000000000..5ed5770e5a5f --- /dev/null +++ b/science/rubygem-rgeo-geojson/Makefile @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rgeo-geojson +PORTVERSION= 2.0.0 +CATEGORIES= science rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= GeoJSON formatting and parsing in Ruby + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-rgeo>=1.0:science/rubygem-rgeo + +NO_ARCH= yes +USE_RUBY= yes +USES= gem + +.include <bsd.port.mk> |