pkgsrc/devel/ruby-thrift_client/Makefile
wiz b85901bc6e ruby-thrift_client: remove upper bound
If it doesn't work with that version, it's still better than keeping
the bulk build from running completely.
2019-09-19 05:22:47 +00:00

16 lines
434 B
Makefile

# $NetBSD: Makefile,v 1.14 2019/09/19 05:22:47 wiz Exp $
DISTNAME= thrift_client-0.7.1
PKGREVISION= 3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://thrift.apache.org/
COMMENT= Thrift client wrapper for Ruby
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-thrift>=0.7.0:../../devel/ruby-thrift
.include "../../devel/libthrift/buildlink3.mk"
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"