freebsd-ports/devel/libxo/Makefile
Mathieu Arnold e1bfdfbe56 Add DOCS options to ports that should have one.
Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
2018-09-10 13:14:50 +00:00

22 lines
486 B
Makefile

# $FreeBSD$
PORTNAME= libxo
PORTVERSION= 0.6.1
PORTREVISION= 1
CATEGORIES= devel textproc
MASTER_SITES= https://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 pathfix perl5
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_PERL5= run
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>