aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-avro/Makefile
blob: 85b3bb727b22d15cccbd2e508b33443cd404a3c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	avro
PORTVERSION=	1.10.2
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Ruby library for Apache Avro

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-multi_json>=1<2:devel/rubygem-multi_json

USES=		cpe gem
CPE_VENDOR=	apache
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>