forked from Lainports/freebsd-ports
21 lines
371 B
Makefile
21 lines
371 B
Makefile
PORTNAME= avro
|
|
PORTVERSION= 1.11.3
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Ruby library for Apache Avro
|
|
WWW= https://avro.apache.org/
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-multi_json>=1.0<2:devel/rubygem-multi_json
|
|
|
|
USES= cpe gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
CPE_VENDOR= apache
|
|
|
|
.include <bsd.port.mk>
|