diff options
author | taca <taca> | 2001-12-31 04:18:14 +0000 |
---|---|---|
committer | taca <taca> | 2001-12-31 04:18:14 +0000 |
commit | ddae53ef53101bf046b70c0ea29c6e61d06fee9d (patch) | |
tree | 2a65fabe190e72601f0c6ee205a3d34f7eb613f4 /security | |
parent | da01b4124b1d604510930f415e8b63df81295b9b (diff) | |
download | pkgsrc-ddae53ef53101bf046b70c0ea29c6e61d06fee9d.tar.gz |
Make ruby-md5 package for ruby 1.4 package only.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-md5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ruby-md5/Makefile b/security/ruby-md5/Makefile index 94a6e307e46..4ee99c55919 100644 --- a/security/ruby-md5/Makefile +++ b/security/ruby-md5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/06/30 08:17:03 taca Exp $ +# $NetBSD: Makefile,v 1.2 2001/12/31 04:18:14 taca Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= taca@netbsd.org HOMEPAGE= http://www.ruby-lang.org/en/ COMMENT= Ruby extension to MD5 library +RUBY_VER= 1.4 # now this is for ruby 1.4 only. + DISTINFO_FILE= ${RUBY_DISTINFO} WRKSRC= ${RUBY_WRKSRC}/ext/md5 |