freebsd-ports/science/rubygem-rgeo/Makefile

19 lines
360 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= rgeo
PORTVERSION= 2.3.0
CATEGORIES= science rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Geospatial data library for Ruby (RGeo)
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libgeos.so:graphics/geos
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>