blob: 12f1c32a4dde2fb16006ac9b9eb9293b58f80815 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
PORTNAME= rasqal
PORTVERSION= 0.9.33
PORTREVISION= 3
CATEGORIES= textproc
MASTER_SITES= https://download.librdf.org/source/
MAINTAINER= office@FreeBSD.org
COMMENT= RDF Query Library
WWW= https://librdf.org/rasqal/
LICENSE= APACHE20 GPLv2+ LGPL21+
LICENSE_COMB= dual
LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libgpg-error.so:security/libgpg-error \
libraptor2.so:textproc/raptor2
USES= gmake libtool localbase pathfix perl5 pkgconfig
USE_LDCONFIG= yes
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-pcre \
--with-digest-library=gcrypt \
--with-uuid-library=internal
INSTALL_TARGET= install-strip
TEST_TARGET= check
OPTIONS_DEFINE= DOCS
OPTIONS_DEFAULT= MPFR
OPTIONS_SINGLE= DEC
OPTIONS_SINGLE_DEC= GMP MPFR NONE
DEC_DESC= Library to support XSD decimal type
GMP_DESC= Use GMP library for decimals
MPFR_DESC= Use MPFR library for decimals
NONE_DESC= Use IEEE double precision (nonconforming)
GMP_LIB_DEPENDS= libgmp.so:math/gmp
GMP_CONFIGURE_ON= --with-decimal=gmp
MPFR_LIB_DEPENDS= libmpfr.so:math/mpfr
MPFR_CONFIGURE_ON= --with-decimal=mpfr
NONE_CONFIGURE_ON= --with-decimal=none
.include <bsd.port.mk>
|