0ee8f5e9ca
libxo - A Library for Generating Text, XML, JSON, and HTML Output The libxo library allows an application to generate text, XML, JSON, and HTML output using a common set of function calls. The application decides at run time which output style should be produced. The application calls a function "xo_emit" to product output that is described in a format string. A "field descriptor" tells libxo what the field is and what it means. Sponsored by: DARPA, AFRL
19 lines
426 B
Makefile
19 lines
426 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libxo
|
|
PORTVERSION= 0.1.6
|
|
CATEGORIES= devel textproc
|
|
MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= brooks@FreeBSD.org
|
|
COMMENT= Library to generate text, XML, JSON, and HTML output
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/Copyright
|
|
|
|
USES= gmake libtool perl5
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_PERL5= run
|
|
|
|
.include <bsd.port.mk>
|