svn commit: r501926 - head/devel/avro

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 18 09:43:14 UTC 2019


Author: sunpoet
Date: Sat May 18 09:43:12 2019
New Revision: 501926
URL: https://svnweb.freebsd.org/changeset/ports/501926

Log:
  Add RUBY option
  
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/avro/Makefile

Modified: head/devel/avro/Makefile
==============================================================================
--- head/devel/avro/Makefile	Sat May 18 09:42:48 2019	(r501925)
+++ head/devel/avro/Makefile	Sat May 18 09:43:12 2019	(r501926)
@@ -3,6 +3,7 @@
 
 PORTNAME=	avro
 PORTVERSION=	1.8.2
+PORTREVISION=	1
 CATEGORIES=	devel
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -12,15 +13,17 @@ LICENSE=	APACHE20
 
 USES=		metaport
 
-OPTIONS_DEFINE=	C CPP PYTHON
-OPTIONS_DEFAULT=C CPP PYTHON
+OPTIONS_DEFINE=	C CPP PYTHON RUBY
+OPTIONS_DEFAULT=C CPP PYTHON RUBY
 C_DESC=		Install C library
 CPP_DESC=	Install C++ library
 PYTHON_DESC=	Install Python library
+RUBY_DESC=	Install Ruby library
 
 C_LIB_DEPENDS=		libavro.so:devel/avro-c
 CPP_LIB_DEPENDS=	libavrocpp.so:devel/avro-cpp
 PYTHON_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}avro>=0:devel/py-avro@${PY_FLAVOR}
 PYTHON_USES=		python:env
+RUBY_RUN_DEPENDS=	rubygem-avro>=0:devel/rubygem-avro
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list