Changeset View
Changeset View
Standalone View
Standalone View
net-mgmt/mysql-snmp/Makefile
PORTNAME= mysql-snmp | PORTNAME= mysql-snmp | ||||
DISTVERSIONPREFIX= v | DISTVERSIONPREFIX= v | ||||
DISTVERSION= 1.2-17 | DISTVERSION= 1.2-17 | ||||
DISTVERSIONSUFFIX= -g1d0b409 | DISTVERSIONSUFFIX= -g1d0b409 | ||||
PORTREVISION= 1 | PORTREVISION= 2 | ||||
CATEGORIES= net-mgmt perl5 | CATEGORIES= net-mgmt perl5 | ||||
MAINTAINER= 0mp@FreeBSD.org | MAINTAINER= 0mp@FreeBSD.org | ||||
COMMENT= Net-SNMP Perl agent for monitoring MySQL servers | COMMENT= Net-SNMP Perl agent for monitoring MySQL servers | ||||
WWW= https://github.com/masterzen/mysql-snmp | WWW= https://github.com/masterzen/mysql-snmp | ||||
LICENSE= GPLv2+ | LICENSE= GPLv2+ | ||||
LICENSE_FILE= ${WRKSRC}/COPYING | LICENSE_FILE= ${WRKSRC}/COPYING | ||||
RUN_DEPENDS= net-snmp>=0:net-mgmt/net-snmp \ | RUN_DEPENDS= net-snmp>=0:net-mgmt/net-snmp \ | ||||
p5-DBD-mysql>=0:databases/p5-DBD-mysql \ | ${DBD_MYSQL} \ | ||||
p5-DBI>=0:databases/p5-DBI \ | p5-DBI>=0:databases/p5-DBI \ | ||||
p5-Math-BigInt-GMP>=0:math/p5-Math-BigInt-GMP \ | p5-Math-BigInt-GMP>=0:math/p5-Math-BigInt-GMP \ | ||||
p5-Net-SNMP>=5.4.3:net-mgmt/p5-Net-SNMP \ | p5-Net-SNMP>=5.4.3:net-mgmt/p5-Net-SNMP \ | ||||
p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog | p5-Unix-Syslog>=0:sysutils/p5-Unix-Syslog | ||||
USES= perl5 shebangfix | USES= mysql perl5 shebangfix | ||||
USE_GITHUB= yes | USE_GITHUB= yes | ||||
GH_ACCOUNT= masterzen | GH_ACCOUNT= masterzen | ||||
USE_PERL5= run test | USE_PERL5= run test | ||||
USE_RC_SUBR= mysql-snmp | USE_RC_SUBR= mysql-snmp | ||||
SHEBANG_FILES= mysql-snmp opennms/* tests/test.pl | SHEBANG_FILES= mysql-snmp opennms/* tests/test.pl | ||||
NO_ARCH= yes | NO_ARCH= yes | ||||
NO_BUILD= yes | NO_BUILD= yes | ||||
Show All 24 Lines |