pkgsrc/www/ruby-borges/Makefile
wiz a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00

24 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.7 2004/03/26 02:27:58 wiz Exp $
DISTNAME= borges-0.2.0
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
PKGREVISION= 1
CATEGORIES= www ruby
MASTER_SITES= http://segment7.net/projects/ruby/borges/
MAINTAINER= rasputin@idoru.mine.nu
HOMEPAGE= http://segment7.net/projects/ruby/borges/
COMMENT= Ruby web application framework
DEPENDS+= ruby-installpkg>=0.0.1:../../devel/ruby-installpkg
DEPENDS+= ruby-webrick>=1.2.3:../../www/ruby-webrick
DIST_SUBDIR= ruby
USE_RUBY= yes
NO_BUILD= yes
do-install:
cd ${WRKSRC} && ${RUBY} install.rb
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"