15 lines
472 B
Makefile
15 lines
472 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/07/30 22:32:21 wiz Exp $
|
|
|
|
DISTNAME= twitter_oauth-0.4.94
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/moomerman/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.7:../../security/ruby-oauth
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|