summaryrefslogtreecommitdiff
path: root/converters/rubygem-xdr/Makefile
blob: 9dbc279e0486c0cc1c6d9f68cb3d0daed081078b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

PORTNAME=	xdr
PORTVERSION=	3.0.2
CATEGORIES=	converters rubygems
MASTER_SITES=	RG

MAINTAINER=	antoine@FreeBSD.org
COMMENT=	XDR Helper Library

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

RUN_DEPENDS=	rubygem-activemodel52>=5.2.0:databases/rubygem-activemodel52 \
		rubygem-activesupport52>=5.2.0:devel/rubygem-activesupport52

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>