diff options
author | taca <taca@pkgsrc.org> | 2011-11-23 05:29:52 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-23 05:29:52 +0000 |
commit | 1d986b097a69b528f27dc16b2e848d1627b9714c (patch) | |
tree | 3132fc54bf6fd2a9fafca2b966784aae1fd82803 /security | |
parent | 98f82602a30838d0f8ee9109728fd03c49e7b591 (diff) | |
download | pkgsrc-1d986b097a69b528f27dc16b2e848d1627b9714c.tar.gz |
Use lang/ruby/json.mk to handle dependency to ruby-json.
Bump PKGREVISION since dependency would change with ruby193-base.
Diffstat (limited to 'security')
-rw-r--r-- | security/ruby-twitter_oauth/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/ruby-twitter_oauth/Makefile b/security/ruby-twitter_oauth/Makefile index 19868d58e2f..b7389a9dcd1 100644 --- a/security/ruby-twitter_oauth/Makefile +++ b/security/ruby-twitter_oauth/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/07/11 08:53:47 obache Exp $ +# $NetBSD: Makefile,v 1.2 2011/11/23 05:34:53 taca Exp $ DISTNAME= twitter_oauth-0.4.3 +PKGREVISION= 1 CATEGORIES= security MAINTAINER= obache@NetBSD.org @@ -8,9 +9,11 @@ HOMEPAGE= http://github.com/moonmerman/twitter-oauth COMMENT= Ruby client for the Twitter API using OAuth LICENSE= mit -DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.1.9:../../textproc/ruby-json DEPENDS+= ${RUBY_PKGPREFIX}-mime-types>=1.16:../../mail/ruby-mime-types DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.4.1:../../security/ruby-oauth +RUBY_JSON_REQD= 1.1.9 + .include "../../lang/ruby/gem.mk" +.include "../../lang/ruby/json.mk" .include "../../mk/bsd.pkg.mk" |