2018-04-07 18:33:40 +02:00
|
|
|
PORTNAME= rgeo-shapefile
|
2020-09-05 23:35:09 +02:00
|
|
|
PORTVERSION= 3.0.0
|
2018-04-07 18:33:40 +02:00
|
|
|
CATEGORIES= science rubygems
|
|
|
|
MASTER_SITES= RG
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= RGeo module for reading the ESRI shapefile format
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/rgeo/rgeo-shapefile
|
2018-04-07 18:33:40 +02:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2020-09-05 23:35:09 +02:00
|
|
|
RUN_DEPENDS= rubygem-dbf>=4.0<5:databases/rubygem-dbf \
|
2018-04-07 18:33:40 +02:00
|
|
|
rubygem-rgeo>=1.0:science/rubygem-rgeo
|
|
|
|
|
|
|
|
USES= gem
|
2018-11-30 21:04:34 +01:00
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
2018-04-07 18:33:40 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|