freebsd-ports/textproc/p5-HTML-FormatExternal/Makefile
Dag-Erling Smørgrav 9dff352320 Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
2018-10-06 13:06:42 +00:00

43 lines
1.1 KiB
Makefile

# $FreeBSD$
PORTNAME= HTML-FormatExternal
PORTVERSION= 26
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= HTML to text formatting using external programs
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IPC-Run>0:devel/p5-IPC-Run \
p5-URI>=0.08:net/p5-URI \
p5-constant-defer>=0:devel/p5-constant-defer
OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M
OPTIONS_DEFAULT=LYNX
INSTALL_TARGET= pure_install
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
ELINKS_DESC= Install with elinks
ELINKS_RUN_DEPENDS= elinks:www/elinks
HTML2TEXT_DESC= Install with html2text
HTML2TEXT_RUN_DEPENDS= html2text:textproc/html2text
LINKS_DESC= Install with links
LINKS_RUN_DEPENDS= links:www/links
LYNX_DESC= Install with lynx
LYNX_RUN_DEPENDS= lynx:www/lynx
LYNX_CURRENT_DESC= Install with lynx-current
LYNX_CURRENT_RUN_DEPENDS= lynx:www/lynx-current
NETRIK_DESC= Install with netrik
NETRIK_RUN_DEPENDS= netrik:www/netrik
W3M_DESC= Install with w3m
W3M_RUN_DEPENDS= w3m:www/w3m
.include <bsd.port.mk>