1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

www/p5-Web-Query: Remove Perl core module

- Bump PORTREVISION for dependency change
This commit is contained in:
Po-Chuan Hsieh 2021-05-31 03:52:20 +08:00
parent 89b12ebbf3
commit 92af2fdfc8
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -2,6 +2,7 @@
PORTNAME= Web-Query
PORTVERSION= 0.39
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -18,12 +19,12 @@ RUN_DEPENDS= p5-HTML-Parser>=0:www/p5-HTML-Parser \
p5-HTML-Selector-XPath>=0.20:www/p5-HTML-Selector-XPath \
p5-HTML-TreeBuilder-LibXML>=0:www/p5-HTML-TreeBuilder-LibXML \
p5-HTML-TreeBuilder-XPath>=0:www/p5-HTML-TreeBuilder-XPath \
p5-Scalar-List-Utils>=1.44:lang/p5-Scalar-List-Utils \
p5-libwww>=0:www/p5-libwww
TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
NO_ARCH= yes
.include <bsd.port.mk>