diff options
author | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
commit | c879597001d5ea5ee3658d9d7cac668dd5ddc515 (patch) | |
tree | 9cf6619510831f4eb9e9674ceb40e93ec754e856 /math/ruby-bitvector | |
parent | e1f96ba5795bfeca8f1660f259ce8f0ca41a16db (diff) | |
download | pkgsrc-c879597001d5ea5ee3658d9d7cac668dd5ddc515.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'math/ruby-bitvector')
-rw-r--r-- | math/ruby-bitvector/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/ruby-bitvector/Makefile b/math/ruby-bitvector/Makefile index 66a8d1a7be6..e9b0ff22692 100644 --- a/math/ruby-bitvector/Makefile +++ b/math/ruby-bitvector/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2004/11/27 16:26:09 taca Exp $ +# $NetBSD: Makefile,v 1.5 2005/01/28 14:08:01 taca Exp $ # FreeBSD: ports/math/ruby-bitvector/Makefile,v 1.1 2000/11/23 14:13:41 knu Exp DISTNAME= bitvector-0.1.7 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= math ruby MASTER_SITES= ftp://ftp.ruby-lang.org/pub/ruby/contrib/ @@ -10,6 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/lib/bitvector/ COMMENT= Efficient Ruby bit vector extension +RUBY_HAS_ARCHLIB= yes USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install DOCS= NOTWRAPPED README TODO |