1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/redland-bindings/Makefile
Tobias C. Berner 2631cf80eb textproc/redland-bindings perl-binding has been broken
for a long time. As there are no bug reports concering
it -- and therefore no users, simply remove it, rather
than investing time to fix it.

It does not build with at least perl-5.20.
  1) it #udefs bool in CORE_wrap.c and then has issues with bool not being defined...
     ==> we could just remove the #undef similar to patch-SAML_wrap.c of security/p5-Net-SaML
         introduced in pr 194865 .
  2) it fails to link against -lperl as /usr/local/lib/perl5/5.20/mach/CORE is not passed
     to the linker.

Approved by:	rakuco (mentor)
2016-07-16 14:24:24 +00:00

35 lines
798 B
Makefile

# Created by: Russell Cloran <russell@rucus.ru.ac.za>
# $FreeBSD$
PORTNAME= redland-bindings
PORTVERSION= 1.0.17.1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= http://download.librdf.org/source/
MAINTAINER= kde@FreeBSD.org
COMMENT= Language bindings for the Redland package
# 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
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_USES= python
RUBY_CONFIGURE_WITH= ruby
RUBY_USE= RUBY=yes
.include <bsd.port.mk>