Files

25 lines
919 B
Tcl
Raw Permalink Normal View History

# -*- 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
2008-08-21 06:32:16 +00:00
2024-02-26 16:32:50 +07:00
ruby.branches 3.3 3.2 3.1
ruby.setup image_science 1.3.2 gem {} rubygems
categories-append graphics
license MIT
maintainers nomaintainer
description Ruby library that generates thumbnails
long_description {*}${description}
homepage https://github.com/seattlerb/image_science
2024-02-26 16:32:50 +07:00
checksums rmd160 8f3aee78d02bce6501840d5d601e0be58997e4b1 \
sha256 0936b43e5b19697ecabdd514d717e21ecf81ef2b339df610b1570a3321fe22da \
size 20480
platforms any
supported_archs noarch
2008-08-21 06:32:16 +00:00
2024-02-26 16:32:50 +07:00
if {${name} ne ${subport}} {
depends_run-append \
port:freeimage \
port:rb${ruby.suffix}-rubyinline
}