blob: 7e8e9176e288fd962180785b4ba47b1cccc2f7cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DEFINED_PHASES=install postinst unpack
DESCRIPTION=SNMP Trap Translator
EAPI=0
HOMEPAGE=http://www.snmptt.org/
IUSE=mysql postgres
KEYWORDS=~amd64 ~ppc x86
LICENSE=GPL-2
RDEPEND=>=dev-lang/perl-5.6.1 dev-perl/Config-IniFiles >=net-analyzer/net-snmp-5.1 mysql? ( dev-perl/DBD-mysql ) postgres? ( dev-perl/DBD-Pg )
SLOT=0
SRC_URI=mirror://sourceforge/snmptt/snmptt_1.2.tgz
_eclass_exported_funcs=pkg_postinst:- src_unpack:- src_install:-
_md5_=73816ca0d7d8f5e7f44716162724aa7b
|