diff options
author | mat <mat@FreeBSD.org> | 2016-03-31 23:23:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-31 23:23:13 +0800 |
commit | 47384b7b765d30db8a3f19efbc728da56db408c1 (patch) | |
tree | a7da32f6c0064d6be598b00d61f30117a3f396dd /databases/p5-DBIx-Class-Helpers | |
parent | 7d34bddd896fa9a7fe8636ebc3af9f081ede5884 (diff) | |
download | freebsd-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 'databases/p5-DBIx-Class-Helpers')
-rw-r--r-- | databases/p5-DBIx-Class-Helpers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/p5-DBIx-Class-Helpers/Makefile b/databases/p5-DBIx-Class-Helpers/Makefile index dda848be9305..20b48da298fd 100644 --- a/databases/p5-DBIx-Class-Helpers/Makefile +++ b/databases/p5-DBIx-Class-Helpers/Makefile @@ -3,6 +3,7 @@ PORTNAME= DBIx-Class-Helpers PORTVERSION= 2.032000 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,7 +20,6 @@ RUN_DEPENDS= p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan \ p5-DBIx-Introspector>=0:${PORTSDIR}/databases/p5-DBIx-Introspector \ p5-Lingua-EN-Inflect>=0:${PORTSDIR}/textproc/p5-Lingua-EN-Inflect \ p5-Safe-Isa>=0:${PORTSDIR}/devel/p5-Safe-Isa \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-String-CamelCase>=0:${PORTSDIR}/textproc/p5-String-CamelCase \ p5-Sub-Exporter-Progressive>=0:${PORTSDIR}/devel/p5-Sub-Exporter-Progressive \ p5-Text-Brew>=0:${PORTSDIR}/textproc/p5-Text-Brew \ |