freebsd-ports/devel/rubygem-avro/Makefile
2019-09-03 19:11:17 +00:00

22 lines
389 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= avro
PORTVERSION= 1.9.1
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>=0:devel/rubygem-multi_json
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>