aboutsummaryrefslogtreecommitdiff
path: root/science/rubygem-rgeo-shapefile/Makefile
blob: 948683e9b1e0bbd77c914cc395175dd7d0972493 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	rgeo-shapefile
PORTVERSION=	3.0.0
CATEGORIES=	science rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	RGeo module for reading the ESRI shapefile format

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-dbf>=4.0<5:databases/rubygem-dbf \
		rubygem-rgeo>=1.0:science/rubygem-rgeo

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>