mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- Fix shebangs
- Add missing dependency on python Approved by: portmgr blanket
This commit is contained in:
parent
6a80a5c4f3
commit
44d09bcbbe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463116
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= percona-monitoring-plugins
|
||||
PORTVERSION= 1.1.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.percona.com/downloads/percona-monitoring-plugins/${PORTVERSION}/ \
|
||||
ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
|
||||
@ -19,9 +19,10 @@ RUN_DEPENDS= cacti>=0:net-mgmt/cacti \
|
||||
bash:shells/bash \
|
||||
wget:ftp/wget
|
||||
|
||||
USES= mysql perl5 php:cli shebangfix
|
||||
USES= mysql perl5 php:cli python:run shebangfix
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= nagios/bin/pmp-check-pt-table-checksum \
|
||||
nagios/bin/pmp-check-aws-rds.py \
|
||||
cacti/bin/pmp-cacti-*
|
||||
|
||||
NO_BUILD= yes
|
||||
|
Loading…
Reference in New Issue
Block a user