19 lines
352 B
Makefile
19 lines
352 B
Makefile
PORTNAME= rgeo
|
|
PORTVERSION= 3.0.1
|
|
CATEGORIES= science rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Geospatial data library for Ruby (RGeo)
|
|
WWW= https://rgeo.info/ \
|
|
https://github.com/rgeo/rgeo
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
LIB_DEPENDS= libgeos.so:graphics/geos
|
|
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|