mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
23 lines
754 B
Plaintext
23 lines
754 B
Plaintext
PortSystem 1.0
|
|
PortGroup ruby 1.0
|
|
|
|
ruby.setup kwartz 3.2.0 gem {} rubygems
|
|
maintainers nomaintainer
|
|
description A fast, clean, multi-language template system
|
|
long_description Kwartz is a template system designed for web designers \
|
|
and programmers. It can separate presentation logic \
|
|
from a template, runs very fast, generates templates \
|
|
in multiple languages, does not break HTML design, \
|
|
handle any kind of text, and can auto-sanitize text.
|
|
categories-append textproc
|
|
homepage http://www.kuwata-lab.com/kwartz/
|
|
license LGPL-2
|
|
supported_archs noarch
|
|
checksums md5 3cfb23fead06db4178859019e1f5462f
|
|
platforms any
|
|
|
|
test.run yes
|
|
test.dir ${worksrcpath}/test
|
|
test.cmd ${ruby.bin} test.rb \; \
|
|
${ruby.bin} test.cmd.rb
|