f0e475bd6f
RGeo::GeoJSON is an extension to the RGeo gem that provides GeoJSON encoding and decoding. WWW: https://github.com/rgeo/rgeo-geojson
21 lines
406 B
Makefile
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>
|