diff options
author | tonnerre <tonnerre> | 2010-06-11 22:50:40 +0000 |
---|---|---|
committer | tonnerre <tonnerre> | 2010-06-11 22:50:40 +0000 |
commit | 97ba6432aa530f1fb459a4ccb26498c38982fd29 (patch) | |
tree | c65eb33f357fd2531c1902e322139ebbd8b2d7f3 /devel/ruby-thrift/Makefile | |
parent | b0365eecd07e7a0ba60c8d70d7cdf44d63c3ba6f (diff) | |
download | pkgsrc-97ba6432aa530f1fb459a4ccb26498c38982fd29.tar.gz |
Import the Thrift Ruby module, version 0.2.0.4.
This is the Ruby implementation of the Thrift RPC protocol.
Diffstat (limited to 'devel/ruby-thrift/Makefile')
-rw-r--r-- | devel/ruby-thrift/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/ruby-thrift/Makefile b/devel/ruby-thrift/Makefile new file mode 100644 index 00000000000..b66e3eb005b --- /dev/null +++ b/devel/ruby-thrift/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2010/06/11 22:50:40 tonnerre Exp $ + +DISTNAME= thrift-0.2.0.4 +PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} +CATEGORIES= devel + +MAINTAINER= tonnerre@NetBSD.org +HOMEPAGE= http://blog.evanweaver.com/files/doc/fauna/thrift/ +COMMENT= Ruby libraries for Thrift (a language-agnostic RPC system) + +GEM_BUILD= gemspec + +.include "../../devel/libthrift/buildlink3.mk" +.include "../../misc/rubygems/rubygem.mk" +.include "../../mk/bsd.pkg.mk" |