diff options
Diffstat (limited to 'www/ruby-borges/Makefile')
-rw-r--r-- | www/ruby-borges/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/www/ruby-borges/Makefile b/www/ruby-borges/Makefile new file mode 100644 index 00000000000..2cc28d8f86f --- /dev/null +++ b/www/ruby-borges/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/06 15:49:13 taca Exp $ + +DISTNAME= borges-0.2.0 +PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME} +CATEGORIES= www +MASTER_SITES= http://segment7.net/ruby-code/borges/ + +MAINTAINER= rasputin@idoru.mine.nu +HOMEPAGE= http://segment7.net/ruby-code/borges/borges.html +COMMENT= Ruby web appliation framework + +DEPENDS+= ruby-installpkg:../../devel/ruby-installpkg +DEPENDS+= ruby-webrick:../../www/ruby-webrick + +USE_RUBY= yes +NO_BUILD= yes + +do-install: + cd ${WRKSRC} && ${RUBY} install.rb + +.include "../../lang/ruby-base/Makefile.common" +.include "../../mk/bsd.pkg.mk" |