mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
26 lines
1017 B
Tcl
26 lines
1017 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.2 3.1 3.0 2.7 2.6 2.5 2.4 2.3
|
|
ruby.setup rmagick 5.0.0 gem
|
|
revision 1
|
|
categories-append graphics
|
|
maintainers nomaintainer
|
|
license MIT
|
|
|
|
description The Ruby interface to ImageMagick
|
|
|
|
long_description RMagick is an interface between the Ruby programming \
|
|
language and the ImageMagick image processing library. It is \
|
|
fully featured and has good documentation.
|
|
|
|
homepage https://rmagick.github.io
|
|
|
|
checksums rmd160 19bdefd1baa07829140dc050f7ee543fb788588d \
|
|
sha256 6745b470d057c3c71b2a19261ea7b7963762b6ec28c3aa6fa7d9c265fa4a466c \
|
|
size 232448
|
|
|
|
depends_lib-append port:ImageMagick
|