mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
5ac8e1f377
Approved by: portmgr (blanket)
23 lines
553 B
Makefile
23 lines
553 B
Makefile
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>
|