mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
29 lines
610 B
Makefile
29 lines
610 B
Makefile
COMMENT = on-the-fly HTML to WML conversion
|
|
|
|
DISTNAME = html2wml-0.4.11
|
|
CATEGORIES = converters www perl5
|
|
REVISION = 0
|
|
|
|
HOMEPAGE = http://maddingue.free.fr/softwares/html2wml.html.en
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES = http://maddingue.free.fr/softwares/download/Html2Wml/ \
|
|
${SITE_SOURCEFORGE:=htmlwml/}
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = www/p5-libwww \
|
|
www/p5-CGI \
|
|
textproc/p5-XML-Parser \
|
|
textproc/p5-XML-LibXML \
|
|
textproc/p5-XML-Checker \
|
|
textproc/p5-Text-Template
|
|
|
|
NO_BUILD = Yes
|
|
USE_GMAKE = Yes
|
|
MAKE_ENV += MAKE_PROGRAM='${MAKE_PROGRAM}'
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|