diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-22 02:53:40 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-22 02:53:40 +0800 |
commit | d882d25adb5f7299aeb7082723a07e7231dfa270 (patch) | |
tree | 2abc49de36e02fec95e03b4e39c85367f2ced2da /net-mgmt | |
parent | e89e8bcd116fb482fb2ba88cfebde28f2dc15547 (diff) | |
download | freebsd-ports-gnome-d882d25adb5f7299aeb7082723a07e7231dfa270.tar.gz freebsd-ports-gnome-d882d25adb5f7299aeb7082723a07e7231dfa270.tar.zst freebsd-ports-gnome-d882d25adb5f7299aeb7082723a07e7231dfa270.zip |
Remove Perl core modules
- While I'm here:
- Use USES=mysql
- Sort USES
- Bump PORTREVISION for dependency change
With hat: perl
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/percona-monitoring-plugins/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net-mgmt/percona-monitoring-plugins/Makefile b/net-mgmt/percona-monitoring-plugins/Makefile index 7d49edc192a1..c7791916acad 100644 --- a/net-mgmt/percona-monitoring-plugins/Makefile +++ b/net-mgmt/percona-monitoring-plugins/Makefile @@ -3,7 +3,7 @@ PORTNAME= percona-monitoring-plugins PORTVERSION= 1.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://www.percona.com/downloads/percona-monitoring-plugins/${PORTVERSION}/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ @@ -16,18 +16,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= cacti>=0:net-mgmt/cacti \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ - p5-Data-Dumper>=0:devel/p5-Data-Dumper \ - p5-Digest-MD5>=0:security/p5-Digest-MD5 \ - p5-Getopt-Long>=0:devel/p5-Getopt-Long \ - p5-Time-HiRes>=0:devel/p5-Time-HiRes \ bash:shells/bash \ wget:ftp/wget -USES= shebangfix perl5 php:cli +USES= mysql perl5 php:cli shebangfix USE_PERL5= run SHEBANG_FILES= nagios/bin/pmp-check-pt-table-checksum \ cacti/bin/pmp-cacti-* -USE_MYSQL= yes NO_BUILD= yes NO_ARCH= yes |