mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
4871727df2
- Bump PORTREVISION for dependency change
22 lines
450 B
Makefile
22 lines
450 B
Makefile
PORTNAME= rgeo-shapefile
|
|
PORTVERSION= 3.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= science rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= RGeo module for reading the ESRI shapefile format
|
|
WWW= https://github.com/rgeo/rgeo-shapefile
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-dbf4>=4.0<5:databases/rubygem-dbf4 \
|
|
rubygem-rgeo>=1.0:science/rubygem-rgeo
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|