mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
25 lines
994 B
Tcl
25 lines
994 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.4 3.3 3.2 3.1
|
|
ruby.setup kramdown-parser-gfm 1.1.0 gem {} rubygems
|
|
categories-append textproc
|
|
license MIT
|
|
maintainers nomaintainer
|
|
platforms any
|
|
supported_archs noarch
|
|
description kramdown parser for the GFM dialect of Markdown
|
|
long_description A kramdown parser for the GFM dialect of Markdown, \
|
|
providing GitHub Flavored Markdown support.
|
|
homepage https://github.com/kramdown/parser-gfm
|
|
checksums rmd160 053baa035ca3942c74fb1f7261d649b75613aa15 \
|
|
sha256 fb39745516427d2988543bf01fc4cf0ab1149476382393e0e9c48592f6581729 \
|
|
size 11776
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_run-append \
|
|
port:rb${ruby.suffix}-kramdown
|
|
}
|