pkgsrc/textproc/html2wml/Makefile
wiz a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00

27 lines
880 B
Makefile

# $NetBSD: Makefile,v 1.4 2004/03/26 02:27:55 wiz Exp $
DISTNAME= html2wml-0.4.8r2
PKGNAME= html2wml-0.4.8.2
PKGREVISION= 1
CATEGORIES= textproc converters
MASTER_SITES= http://maddingue.free.fr/techie/download/Html2Wml/
MAINTAINER= shell@shellhung.org
HOMEPAGE= http://maddingue.free.fr/techie/html2wml.html
COMMENT= On-the-fly HTML to WML conversion
DEPENDS+= p5-libwww>=5.53:../../www/p5-libwww
DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser
DEPENDS+= p5-Text-Template>=1.31:../../textproc/p5-Text-Template
DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML
USE_BUILDLINK2= # defined
NO_CONFIGURE= # defined
NO_BUILD= # defined
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/html2wml.cgi ${PREFIX}/bin/html2wml
${INSTALL_MAN} ${WRKSRC}/doc/html2wml.man ${PREFIX}/man/man1/html2wml.1
.include "../../lang/perl5/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"