aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-03-31 23:23:13 +0800
committermat <mat@FreeBSD.org>2016-03-31 23:23:13 +0800
commit47384b7b765d30db8a3f19efbc728da56db408c1 (patch)
treea7da32f6c0064d6be598b00d61f30117a3f396dd /sysutils
parent7d34bddd896fa9a7fe8636ebc3af9f081ede5884 (diff)
downloadfreebsd-ports-gnome-47384b7b765d30db8a3f19efbc728da56db408c1.tar.gz
freebsd-ports-gnome-47384b7b765d30db8a3f19efbc728da56db408c1.tar.zst
freebsd-ports-gnome-47384b7b765d30db8a3f19efbc728da56db408c1.zip
Cleanup dependencies on lang/p5-Scalar-List-Utils.
The different cases are: - Only bring it if the one bundled with Perl is outdated. - The version bundled with all our Perl is sufficient. - Scalar-List-Util is not really needed by the port. (looking for /(Sub|Scalar|List)::Util/ returns nothing.) While there, do some minor cleanup that caught my eye. PR: 208378 With hat: perl@ Sponsored by: Absolight
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/p5-Rex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/p5-Rex/Makefile b/sysutils/p5-Rex/Makefile
index 6a50458fc070..4faacf548b46 100644
--- a/sysutils/p5-Rex/Makefile
+++ b/sysutils/p5-Rex/Makefile
@@ -2,6 +2,7 @@
PORTNAME= Rex
PORTVERSION= 1.4.0
+PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FERKI
@@ -20,7 +21,6 @@ BUILD_DEPENDS= \
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
- p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \
p5-Sort-Naturally>=0:${PORTSDIR}/textproc/p5-Sort-Naturally \
p5-Term-ReadKey>=0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-Text-Glob>=0:${PORTSDIR}/textproc/p5-Text-Glob \