2d00178fd4
In my previous commit18c6e18
I missed some ports where RUBY was optional. This commit fixes those missing ports and fixes INDEX build. Approved by: portmgr Fixes:18c6e18
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
34 lines
869 B
Makefile
34 lines
869 B
Makefile
PORTNAME= redland-bindings
|
|
PORTVERSION= 1.0.17.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://download.librdf.org/source/
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Language bindings for the Redland package
|
|
WWW= https://librdf.org/bindings/
|
|
|
|
# Even though GPLv3 is not explicitly mentioned in the port's LICENSE.html, one
|
|
# of its licenses is "GPLv2 or newer", which includes GPLv3.
|
|
LICENSE= APACHE20 GPLv2 GPLv3 LGPL21
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= librdf.so:textproc/redland \
|
|
libraptor2.so:textproc/raptor2 \
|
|
librasqal.so:textproc/rasqal
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig
|
|
|
|
OPTIONS_DEFINE= PHP PYTHON RUBY
|
|
OPTIONS_DEFAULT=PYTHON
|
|
OPTIONS_SUB= yes
|
|
|
|
PHP_CONFIGURE_WITH= php
|
|
PHP_USES= php:build
|
|
PYTHON_CONFIGURE_WITH= python python-libext=${PYTHON_EXT_SUFFIX}.so
|
|
PYTHON_USES= python
|
|
RUBY_CONFIGURE_WITH= ruby
|
|
RUBY_USES= ruby
|
|
|
|
.include <bsd.port.mk>
|