blob: 053341ceb7862b80849c7c806d417e67139fe077 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= libxo
PORTVERSION= 0.6.1
PORTREVISION= 2
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
WWW= https://github.com/Juniper/libxo
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/Copyright
USES= autoreconf gmake libtool pathfix perl5
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
USE_PERL5= run
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|