blob: 9e27c91b9e71bb982a91714aa862a77df270f2ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= rgeo-geojson
PORTVERSION= 2.1.1
CATEGORIES= science rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= GeoJSON formatting and parsing in Ruby
WWW= https://github.com/rgeo/rgeo-geojson
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-rgeo>=1.0.0:science/rubygem-rgeo
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|