1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/science/rubygem-rgeo-proj4/Makefile
2020-11-18 05:27:28 +00:00

25 lines
473 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rgeo-proj4
PORTVERSION= 2.0.1
PORTREVISION= 2
CATEGORIES= science rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Proj.4 extension for RGeo
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libproj.so:graphics/proj
RUN_DEPENDS= rubygem-rgeo>=2.0<3:science/rubygem-rgeo
USES= gem
USE_RUBY= yes
CONFIGURE_ARGS= --with-proj-dir=${LOCALBASE}
.include <bsd.port.mk>