forked from Lainports/opnsense-ports
19 lines
439 B
Makefile
19 lines
439 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= libxo
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= devel textproc
|
|
MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= jonathan@FreeBSD.org
|
|
COMMENT= Library to generate text, XML, JSON, and HTML output
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/Copyright
|
|
|
|
USES= autoreconf gmake libtool perl5
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USE_PERL5= run
|
|
|
|
.include <bsd.port.mk>
|