freebsd-ports/science/rubygem-rgeo-geojson/Makefile
Sunpoet Po-Chuan Hsieh f0e475bd6f 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
2018-04-07 16:32:45 +00:00

21 lines
406 B
Makefile

# 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>