# $Id: Portfile 143 2009-06-18 14:44:13Z kimuraw $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		sary-ruby 1.2.0 extconf.rb \
				{ChangeLog MANIFEST README.ja.rd README.en.rd \
				 Reference.en.rd Reference.ja.rd}
revision		0
maintainers		pelopor@nifty.com
description		Ruby Binding of Sary
long_description	${description}
categories-append	textproc
homepage		http://sary.sourceforge.net/
#use_bzip2		yes
#extract.suffix	.tar.bz2
master_sites    http://sary.sourceforge.net/
checksums		md5 c885abffea72f25cb0f6286770a78ac1
platforms		darwin

depends_lib-append		bin:sary:sary

#pre-configure {
#	# The trailing space is not a typo
#	reinplace "s|extconf.rb |-rvendor-specific & |" ${worksrcpath}/extconf.rb
#}

#test.run			yes
#test.target			test

