mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
20 lines
818 B
Tcl
20 lines
818 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 3.0
|
|
ruby.setup erubi 1.13.0 gem {} rubygems
|
|
license MIT
|
|
platforms any
|
|
supported_archs noarch
|
|
categories-append devel
|
|
maintainers nomaintainer
|
|
description Erubi is a ERB template engine for Ruby. \
|
|
It is a simplified fork of Erubis
|
|
long_description {*}${description}
|
|
homepage https://github.com/jeremyevans/erubi
|
|
checksums rmd160 b5290427b124fec655f35534df8a7c9923e6e9a6 \
|
|
sha256 fca61b47daefd865d0fb50d168634f27ad40181867445badf6427c459c33cd62 \
|
|
size 13312
|