pkgsrc/devel/ruby-thrift_client/Makefile
taca f8a69a7ce1 Update ruby-thrift_client pacakge to 0.7.1.
v0.7.1 Added support for :before_method and :on_exception callback types.
Added support for registering multiple callbacks of a given type.

v0.7.0 Updated thrift gem dependency to 0.7.0
2011-09-12 16:07:10 +00:00

15 lines
418 B
Makefile

# $NetBSD: Makefile,v 1.6 2011/09/12 16:07:10 taca Exp $
DISTNAME= thrift_client-0.7.1
CATEGORIES= devel
MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://thrift.apache.org
COMMENT= Thrift client wrapper for Ruby
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0.7.0<0.8:../../devel/ruby-thrift
.include "../../devel/libthrift/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"