aboutsummaryrefslogtreecommitdiff
path: root/converters/rubygem-xdr/Makefile
blob: 93d455f28bc7edeb72c7fe293cc8acaa9c62082b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>