# $Id: Portfile 70644 2010-08-16 06:47:18Z ryandesign@macports.org $

PortSystem          1.0

name                eruby
version             1.0.5.90
categories          www ruby
platforms           darwin
maintainers         nomaintainer

description         Ruby embedded into text (HTML) pages
long_description    ${description}

homepage            http://www.modruby.net/en/index.rbx/eruby/whatis.html

fetch.type          svn
svn.url             http://svn.modruby.net/repos/eruby/trunk
svn.revision        141
worksrcdir          trunk

depends_lib         port:ruby

universal_variant   no

configure.cmd       ./configure.rb
configure.args      --enable-shared

livecheck.type      regex
livecheck.url       http://www.modruby.net/en/index.rbx/eruby/download.html
livecheck.regex     "${name}-(.*?).tar.gz"
