blob: 225a8c4bb95bdc53618b2c4e56c795a0a93aef3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rgeo
PORTVERSION= 2.2.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>
|