pkgsrc/devel/ruby-thrift_client/Makefile
tonnerre 4bac79783e Import the thrift_client Ruby module, version 0.4.3.
thrift_client is a Ruby client module for the Thrift RPC library.
2010-06-11 22:56:52 +00:00

17 lines
498 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/06/11 22:56:52 tonnerre Exp $
DISTNAME= thrift_client-0.4.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/thrift_client/
COMMENT= Thrift client wrapper for Ruby
GEM_BUILD= gemspec
DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0:../../devel/ruby-thrift
.include "../../devel/libthrift/buildlink3.mk"
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"