blob: 7507c30b630a3d1b5ddc1bdf471fe15ae7190342 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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>
|