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 /security/ruby-tcpwrap/Makefile | |
parent | e1f96ba5795bfeca8f1660f259ce8f0ca41a16db (diff) | |
download | pkgsrc-c879597001d5ea5ee3658d9d7cac668dd5ddc515.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'security/ruby-tcpwrap/Makefile')
-rw-r--r-- | security/ruby-tcpwrap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/ruby-tcpwrap/Makefile b/security/ruby-tcpwrap/Makefile index 1b7dd111685..911bf04353f 100644 --- a/security/ruby-tcpwrap/Makefile +++ b/security/ruby-tcpwrap/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/11/28 04:19:35 taca Exp $ +# $NetBSD: Makefile,v 1.9 2005/01/28 14:08:01 taca Exp $ # FreeBSD: ports/security/ruby-tcpwrap/Makefile,v 1.6 2000/09/26 08:02:10 knu Exp DISTNAME= ruby-tcpwrap-0.6 PKGNAME= ${RUBY_PKGPREFIX}-tcpwrap-0.6 +PKGREVISION= 1 CATEGORIES= security ruby MASTER_SITES= http://www.shugo.net/archive/ruby-tcpwrap/ @@ -10,6 +11,7 @@ MAINTAINER= taca@NetBSD.org HOMEPAGE= # not available COMMENT= TCP wrappers library for Ruby +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes WRKSRC= ${WRKDIR}/ruby-tcpwrap |