Migrate ruby-amstd to use new framework for Ruby packages.
This commit is contained in:
parent
ffdb54638e
commit
31a123fadf
2 changed files with 3 additions and 5 deletions
|
@ -13,4 +13,3 @@ protect.rb: protect from exceptions
|
|||
timer.rb: timer class
|
||||
version.rb: VersionNumber class
|
||||
|
||||
Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.6 2004/03/16 02:01:10 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2004/11/27 15:59:31 taca Exp $
|
||||
# FreeBSD: ports/devel/ruby-amstd/Makefile,v 1.8 2000/12/06 15:38:58 knu Exp
|
||||
|
||||
DISTNAME= amstd-2.0.0
|
||||
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
|
||||
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://www.loveruby.net/archive/amstd/
|
||||
|
||||
|
@ -10,7 +10,6 @@ MAINTAINER= taca@NetBSD.org
|
|||
HOMEPAGE= http://www.loveruby.net/en/amstd.html
|
||||
COMMENT= Collection of miscellaneous Ruby modules
|
||||
|
||||
DIST_SUBDIR= ruby
|
||||
USE_RUBY_SETUP= yes
|
||||
RUBY_SETUP= install.rb
|
||||
|
||||
|
@ -22,5 +21,5 @@ post-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/amstd
|
||||
.endfor
|
||||
|
||||
.include "../../lang/ruby-base/Makefile.common"
|
||||
.include "../../lang/ruby/modules.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue