freebsd-ports/textproc/html-xml-utils/Makefile
Thomas Zander 6664c1a00e Update to upstream version 7.1
PR:		214200
Submitted by:	udvzsolt@gmail.com
Reviewed by:	takefu@airport.fm (maintainer)
Approved by:	takefu@airport.fm (maintainer)
2016-11-13 12:58:12 +00:00

22 lines
499 B
Makefile

# Created by: Takefu <takefu@airport.fm>
# $FreeBSD$
PORTNAME= html-xml-utils
PORTVERSION= 7.1
CATEGORIES= textproc
MASTER_SITES= http://www.w3.org/Tools/HTML-XML-utils/
MAINTAINER= takefu@airport.fm
COMMENT= Utilities for manipulating HTML and XML files
LICENSE= W3C
LICENSE_NAME= W3C Software Notice and License
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_PERMS= auto-accept
USES= gmake iconv localbase shebangfix
GNU_CONFIGURE= yes
SHEBANG_FILES= ${WRKSRC}/hxcite-mkbib
.include <bsd.port.mk>