31 lines
732 B
Makefile
31 lines
732 B
Makefile
# $OpenBSD: Makefile,v 1.11 2002/01/05 23:15:17 shell Exp $
|
|
|
|
COMMENT= "on-the-fly HTML to WML conversion"
|
|
|
|
DISTNAME= html2wml-0.4.8
|
|
CATEGORIES= converters www perl5
|
|
NEED_VERSION= 1.504
|
|
|
|
MASTER_SITES= http://maddingue.free.fr/techie/download/Html2Wml/
|
|
HOMEPAGE= http://maddingue.free.fr/techie/html2wml.html
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
BUILD_DEPENDS= ::www/p5-libwww \
|
|
::textproc/p5-XML-Parser \
|
|
::textproc/p5-XML-LibXML \
|
|
::textproc/p5-XML-Checker \
|
|
::textproc/p5-Text-Template
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
NO_BUILD= Yes
|
|
USE_GMAKE= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|