654b0093b3
Bump PKGREVISION since dependency would change with ruby193-base.
19 lines
538 B
Makefile
19 lines
538 B
Makefile
# $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
|
|
HOMEPAGE= http://github.com/moonmerman/twitter-oauth
|
|
COMMENT= Ruby client for the Twitter API using OAuth
|
|
LICENSE= mit
|
|
|
|
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"
|