ebe52085c4
3.0.0 * Padding bytes are now properly validated when reading xdr values. According to the XDR spec, padding must be zeros. * Use activemodel and activesuport 5.2
17 lines
483 B
Makefile
17 lines
483 B
Makefile
# $NetBSD: Makefile,v 1.2 2019/01/20 14:41:10 taca Exp $
|
|
|
|
DISTNAME= xdr-3.0.0
|
|
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_PKGPREFIX}-activemodel42>=4.2.7:../../devel/ruby-activemodel42
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport42>=4.2.7:../../devel/ruby-activesupport42
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|