freebsd-ports/science/rubygem-rgeo/Makefile

17 lines
329 B
Makefile

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