a1b2d6720f
- SNMPv3 objects using authentication now send a separate authenticated request message for time synchronization while performing discovery. - Non-blocking SNMPv1/2c messages with a "-delay" argument which are queued before entering the event loop are no longer incorrectly discarded. - The Net::SNMP::Security::Community::security_model() method now returns the correct value as reserved by RFC 2571. - The first subidentifier in an OBJECT IDENTIFIER is now restricted to ccitt(0), iso(1), or joint-iso-ccitt(2) as specified by ISO/IEC 8825. Fixes PR/15220 by Shell Hung (I really should get a function key with that text!)
27 lines
861 B
Makefile
27 lines
861 B
Makefile
# $NetBSD: Makefile,v 1.8 2002/01/18 22:50:16 mjl Exp $
|
|
# FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp
|
|
#
|
|
|
|
DISTNAME= Net-SNMP-4.0.1
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5nsn
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
#HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html
|
|
COMMENT= perl5 module for SNMP queries
|
|
|
|
DEPENDS+= p5-Crypt-DES>=2.03:../../security/p5-Crypt-DES
|
|
DEPENDS+= p5-Digest-MD5>=2.11:../../security/p5-Digest-MD5
|
|
DEPENDS+= p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-Digest-HMAC>=1.00:../../security/p5-Digest-HMAC
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SNMP/.packlist
|
|
|
|
do-configure:
|
|
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|