7bc024268c
HTML::FormatText::WithLinks takes HTML and turns it into plain text but prints all the links in the HTML as footnotes. By default it attempts to mimic the format of the lynx(1) -dump option.
26 lines
526 B
Makefile
26 lines
526 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/21 17:35:37 simon Exp $
|
|
|
|
COMMENT = HTML to text conversion with links as footnotes
|
|
|
|
MODULES = cpan
|
|
DISTNAME = HTML-FormatText-WithLinks-0.11
|
|
CATEGORIES = www textproc
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
RUN_DEPENDS = ::www/p5-HTML-Format \
|
|
::www/p5-HTML-Tree \
|
|
::www/p5-URI
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|