mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
926 B
Tcl
25 lines
926 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.branches 3.3 3.2 3.1
|
|
ruby.setup ffi-proj4 0.2.0 gem {} rubygems
|
|
categories-append gis
|
|
license MIT
|
|
maintainers nomaintainer
|
|
platforms any
|
|
description Ruby FFI wrapper for the PROJ.4
|
|
long_description {*}${description}, cartographic projections library.
|
|
homepage https://github.com/dark-panda/ffi-proj4
|
|
checksums rmd160 a2fe99e24bd5857a5a21b57eae2c202a619ba9de \
|
|
sha256 5c99ca8c9818a5c6afc89ff5411ae02c7f2992ddb414e3fad38c3e43e9f756d2 \
|
|
size 2933248
|
|
supported_archs noarch
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:proj4 \
|
|
port:rb${ruby.suffix}-ffi
|
|
}
|