mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
21 lines
717 B
Plaintext
21 lines
717 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.branches 2.7
|
|
ruby.setup webgen 1.7.0 gem
|
|
license GPL-3
|
|
maintainers nomaintainer
|
|
description Templated based static website generator
|
|
long_description Webgen is a web page generator implemented in Ruby. \
|
|
It is used to generate static web pages from \
|
|
templates and page description files.
|
|
categories-append www
|
|
homepage https://webgen.gettalong.org/
|
|
checksums md5 08d5e773c6fd700e41b868053ea9493f
|
|
platforms any
|
|
supported_archs noarch
|
|
|
|
depends_lib port:rb${ruby.suffix}-cmdparse \
|
|
port:rb${ruby.suffix}-systemu \
|
|
port:rb${ruby.suffix}-kramdown
|