1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/libxo/Makefile
2015-06-11 18:14:48 +00:00

20 lines
437 B
Makefile

# $FreeBSD$
PORTNAME= libxo
PORTVERSION= 0.3.5
CATEGORIES= devel textproc
MASTER_SITES= http://github.com/Juniper/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= brooks@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>