mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
- Update to 23
- Pet portlint: move *_DEPENDS upward Changes: http://search.cpan.org/dist/HTML-FormatExternal/Changes
This commit is contained in:
parent
27c53e0368
commit
06f3b5543b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384785
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= HTML-FormatExternal
|
||||
PORTVERSION= 22
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 23
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -12,35 +11,30 @@ COMMENT= HTML to text formatting using external programs
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M
|
||||
OPTIONS_DEFAULT= LYNX
|
||||
|
||||
BUILD_DEPENDS= p5-URI>=0.08:${PORTSDIR}/net/p5-URI \
|
||||
p5-IPC-Run>0:${PORTSDIR}/devel/p5-IPC-Run
|
||||
p5-IPC-Run>0:${PORTSDIR}/devel/p5-IPC-Run \
|
||||
p5-constant-defer>=0:${PORTSDIR}/devel/p5-constant-defer
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
OPTIONS_DEFINE= ELINKS HTML2TEXT LINKS LYNX LYNX_CURRENT NETRIK W3M
|
||||
OPTIONS_DEFAULT=LYNX
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
INSTALL_TARGET= pure_install
|
||||
|
||||
ELINKS_DESC= Install with elinks
|
||||
ELINKS_RUN_DEPENDS= elinks:${PORTSDIR}/www/elinks
|
||||
|
||||
HTML2TEXT_DESC= Install with html2text
|
||||
HTML2TEXT_RUN_DEPENDS= html2text:${PORTSDIR}/textproc/html2text
|
||||
|
||||
LINKS_DESC= Install with links
|
||||
LINKS_RUN_DEPENDS= links:${PORTSDIR}/www/links
|
||||
|
||||
LYNX_DESC= Install with lynx
|
||||
LYNX_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx
|
||||
|
||||
LYNX_CURRENT_DESC= Install with lynx-current
|
||||
LYNX_CURRENT_RUN_DEPENDS= lynx:${PORTSDIR}/www/lynx-current
|
||||
|
||||
NETRIK_DESC= Install with netrik
|
||||
NETRIK_RUN_DEPENDS= netrik:${PORTSDIR}/www/netrik
|
||||
|
||||
W3M_DESC= Install with w3m
|
||||
W3M_RUN_DEPENDS= w3m:${PORTSDIR}/www/w3m
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (HTML-FormatExternal-22.tar.gz) = 8dbce273f43796e3bf5d14ac4166694de4ed68a560fd0675d4a297ef998d2793
|
||||
SIZE (HTML-FormatExternal-22.tar.gz) = 50668
|
||||
SHA256 (HTML-FormatExternal-23.tar.gz) = 91117a42b32bac4066fd60d9c758cda80761a43e8d5456761eced390091736d6
|
||||
SIZE (HTML-FormatExternal-23.tar.gz) = 55859
|
||||
|
Loading…
Reference in New Issue
Block a user