mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
5c872501d2
Approved by: brooks Differential Revision: https://reviews.freebsd.org/D6350
20 lines
439 B
Makefile
20 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>
|