diff options
author | taca <taca@pkgsrc.org> | 2002-03-17 15:25:43 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2002-03-17 15:25:43 +0000 |
commit | 3cb166de846019bdb91203145004dd9c0abf6dc8 (patch) | |
tree | f6cdab83265920668e078d8636600ce294b2d900 /security/ruby-sha1 | |
parent | c7d8c264d6d8a83df818c0a4223b88f56bc5995b (diff) | |
download | pkgsrc-3cb166de846019bdb91203145004dd9c0abf6dc8.tar.gz |
Mark this package for ruby-1.4 base.
Since ruby 1.6.6 and lator have digest/sha1 library.
Diffstat (limited to 'security/ruby-sha1')
-rw-r--r-- | security/ruby-sha1/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ruby-sha1/Makefile b/security/ruby-sha1/Makefile index 0afd281ae34..cc0039ac948 100644 --- a/security/ruby-sha1/Makefile +++ b/security/ruby-sha1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 13:42:06 taca Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/17 15:25:43 taca Exp $ # FreeBSD: ports/converters/ruby-sha1/Makefile,v 1.2 2000/11/03 18:14:37 knu Exp DISTNAME= ruby-sha1-${VERSION} @@ -14,6 +14,8 @@ VERSION= 1.2 DIST_SUBDIR= ruby USE_RUBY_EXTCONF= yes +RUBY_VER= 1.4 # now this is for ruby 1.4 only. + INSTALL_TARGET= site-install post-install: |