02e965754c
Raptor is the RDF Parser Toolkit for Redland and currently consists of two parsers: RDF/XML and N-Triples. Raptor is designed to integrate closely with Redland and also work entirely standalone, in which case it will use simple internal routines to perform the functions.
29 lines
642 B
Makefile
Executable File
29 lines
642 B
Makefile
Executable File
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/18 19:07:05 robert Exp $
|
|
|
|
COMMENT= RDF Parser Toolkit for Redland
|
|
DISTNAME= raptor-1.4.18
|
|
CATEGORIES= textproc
|
|
|
|
SHARED_LIBS= raptor 2.0
|
|
|
|
HOMEPAGE= http://librdf.org/
|
|
|
|
MASTER_SITES= http://download.librdf.org/source/
|
|
|
|
# LGPL 2.1, GPL 2 or Apache 2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= c crypto iconv idn intl m ssl z
|
|
|
|
LIB_DEPENDS= curl.>=12::net/curl \
|
|
xml2.>=7::textproc/libxml \
|
|
xslt.>=1::textproc/libxslt
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-xml-parser=libxml --with-www=curl
|
|
|
|
.include <bsd.port.mk>
|