08d20c20ef
Updated htmlfix to 1.03 htmlfix/p5-HTML-FixEntities now recognise <? ?> php sections and do not modify their contents.
19 lines
498 B
Makefile
19 lines
498 B
Makefile
# $NetBSD: Makefile,v 1.4 2002/06/19 10:43:57 abs Exp $
|
|
#
|
|
|
|
DISTNAME= htmlfix-1.03
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.mono.org/abs/tools/htmlfix/
|
|
|
|
MAINTAINER= abs@netbsd.org
|
|
COMMENT= Fix latin1 to html entities and/or line endings
|
|
|
|
DEPENDS+= p5-HTML-FixEntities-[0-9]*:../../www/p5-HTML-FixEntities
|
|
|
|
USE_PERL5= YES
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/htmlfix.pl ${PREFIX}/bin/htmlfix
|
|
${INSTALL_MAN} ${WRKSRC}/htmlfix.1 ${PREFIX}/man/man1/htmlfix.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|