You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
912 B
Plaintext
23 lines
912 B
Plaintext
PortSystem 1.0
|
||
PortGroup ruby 1.0
|
||
|
||
ruby.setup nanoc 3.1.3 gem
|
||
revision 1
|
||
maintainers nomaintainer
|
||
description A Ruby site compiler that produces static HTML
|
||
long_description \
|
||
nanoc is a tool for building static web sites. It can transform content \
|
||
from one format (e.g. Haml or Markdown) into another (usually HTML) and \
|
||
lay out pages so that the site’s look and feel is consistent across all pages.
|
||
categories-append www
|
||
license MIT
|
||
platforms any
|
||
supported_archs noarch
|
||
homepage http://nanoc.stoneship.org/
|
||
master_sites http://rubygems.org/downloads/
|
||
checksums md5 940c80e92c05e318c0746769fc3969c2 \
|
||
sha1 6a31449e1eb8980835ce050ca6d7355cb0025889 \
|
||
rmd160 36e5a39da86ece0ed96052f20410b702988c2d9d
|
||
|
||
depends_run-append port:rb-nanoc3
|