summaryrefslogtreecommitdiff
path: root/devel/ruby-textbuf
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2004-11-28 06:04:55 +0000
committertaca <taca@pkgsrc.org>2004-11-28 06:04:55 +0000
commit87d6daf80633f423b9f16674ec857f5e6f5ea59f (patch)
tree45fc5c4ce54ea368c053be1af437e2c96ef9d882 /devel/ruby-textbuf
parentb424f27b6725fcc2bc65fb03bac9d5a581aa2584 (diff)
downloadpkgsrc-87d6daf80633f423b9f16674ec857f5e6f5ea59f.tar.gz
Migrate ruby-installpkg to use new framework for Ruby packages and
mark this package is only for ruby16.
Diffstat (limited to 'devel/ruby-textbuf')
-rw-r--r--devel/ruby-textbuf/DESCR2
-rw-r--r--devel/ruby-textbuf/Makefile9
2 files changed, 4 insertions, 7 deletions
diff --git a/devel/ruby-textbuf/DESCR b/devel/ruby-textbuf/DESCR
index 9d483713bfc..238006cea88 100644
--- a/devel/ruby-textbuf/DESCR
+++ b/devel/ruby-textbuf/DESCR
@@ -1,3 +1 @@
Textbuf is a gapped text buffer extension for Ruby.
-
-Author: Minero Aoki <aamine@dp.u-netsurf.ne.jp>
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile
index 48b6936b7a1..b6946bb0917 100644
--- a/devel/ruby-textbuf/Makefile
+++ b/devel/ruby-textbuf/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2004/03/16 02:01:10 taca Exp $
+# $NetBSD: Makefile,v 1.6 2004/11/28 06:04:55 taca Exp $
# FreeBSD: ports/devel/ruby-textbuf/Makefile,v 1.1 2001/01/19 06:16:46 knu Exp
DISTNAME= textbuf-0.3.8
-PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel ruby
MASTER_SITES= http://www.loveruby.net/archive/
@@ -10,8 +10,7 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= http://www.loveruby.net/en/textbuf.html
COMMENT= Gapped text buffer extension for Ruby
-RUBY_REQD= 1.6
-DIST_SUBDIR= ruby
+RUBY_VERSION= ${RUBY16_VERSION}
USE_RUBY_SETUP= yes
DOCS= README.en README.ja
@@ -22,5 +21,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/textbuf
.endfor
-.include "../../lang/ruby-base/Makefile.common"
+.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"