diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-31 23:23:13 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-31 23:23:13 +0800 |
commit | 5ef60cf65d5ffcd84fe51c717990fc1cba87d10b (patch) | |
tree | a7da32f6c0064d6be598b00d61f30117a3f396dd /net-mgmt/p5-jmx4perl | |
parent | 7d0f8d0bcada46e31904286734f3f09e759febf1 (diff) | |
download | freebsd-ports-gnome-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.tar.gz freebsd-ports-gnome-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.tar.zst freebsd-ports-gnome-5ef60cf65d5ffcd84fe51c717990fc1cba87d10b.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 'net-mgmt/p5-jmx4perl')
-rw-r--r-- | net-mgmt/p5-jmx4perl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/p5-jmx4perl/Makefile b/net-mgmt/p5-jmx4perl/Makefile index 2cccde99590f..3cdba0b30b24 100644 --- a/net-mgmt/p5-jmx4perl/Makefile +++ b/net-mgmt/p5-jmx4perl/Makefile @@ -2,11 +2,12 @@ PORTNAME= jmx4perl PORTVERSION= 1.11 +DISTVERSIONSUFFIX= _2 +PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ROLAND PKGNAMEPREFIX= p5- -DISTFILES= ${DISTNAME}_2${EXTRACT_SUFX} MAINTAINER= tj@FreeBSD.org COMMENT= JMX access for Perl @@ -24,7 +25,6 @@ RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ - p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Sys-SigAction>=0:${PORTSDIR}/devel/p5-Sys-SigAction \ p5-Term-Clui>=0:${PORTSDIR}/devel/p5-Term-Clui \ p5-Term-ProgressBar>=0:${PORTSDIR}/devel/p5-Term-ProgressBar \ @@ -53,7 +53,6 @@ ETC_FILES= common.cfg \ SUB_FILES= pkg-install pkg-deinstall SUB_LIST= ETC_FILES="${ETC_FILES}" -WRKSRC= ${WRKDIR}/${DISTNAME}_2 post-install: @${MKDIR} ${STAGEDIR}${ETCDIR} |