mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
404db73b01
XDR is an open data format, specified in RFC 4506. This library provides a way to read and write XDR data from ruby. It can read/write all of the primitive XDR types and also provides facilities to define readers for the compound XDR types (enums, structs and unions) WWW: https://github.com/stellar/ruby-xdr
22 lines
410 B
Makefile
22 lines
410 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xdr
|
|
PORTVERSION= 2.0.0
|
|
CATEGORIES= converters rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= antoine@FreeBSD.org
|
|
COMMENT= XDR Helper Library
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
RUN_DEPENDS= rubygem-activemodel4>=4.2.7:databases/rubygem-activemodel4 \
|
|
rubygem-activesupport4>=4.2.7:devel/rubygem-activesupport4
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|