pkgsrc/net/ruby-xdr/Makefile
taca 818bdce3bb net/ruby-xdr: update to 3.0.2
3.0.2 (2020-10-20)

Changed

* Relax lower bound for ActiveSupport dependency to support usage in Rails
  4.2 ((#12)[https://github.com/stellar/ruby-xdr/pull/12])

Fixed

* Fix non-bang arm accessors for XDR::Union
  ((#13)[https://github.com/stellar/ruby-xdr/pull/13])

* Fix .from_xdr encoding param to accept symbols
  ((#14)[https://github.com/stellar/ruby-xdr/pull/14])
2021-01-13 15:08:19 +00:00

19 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/01/13 15:08:19 taca Exp $
DISTNAME= xdr-3.0.2
CATEGORIES= net
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= https://github.com/stellar/ruby-xdr
COMMENT= XDR helper library for Ruby
LICENSE= apache-2.0
DEPENDS+= ${RUBY_ACTIVEMODEL_DEPENDS}
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
USE_LANGUAGES= # none
RUBY_RAILS_ACCEPTED= 52 60
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"