blob: 84dccaceab698e6abbb724ac05145bf2c92391bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.4 2010/09/05 02:18:59 obache Exp $
DISTNAME= rubytter-1.4.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/jugyo/rubytter
COMMENT= Simple twitter library
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-oauth>=0.3.6:../../security/ruby-oauth
DEPENDS+= ${RUBY_PKGPREFIX}-json>=1.1.3:../../textproc/ruby-json
GEM_BUILD= gemspec
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"
|