pkgsrc/net/p5-Net-SNMP/Makefile
wiz 461323e062 Update to 3.60, per pkg/11603 by Damon Brodie.
Changes: Translation can now be enabled on a per ASN.1 basis; FSM event
loop prioritizes SNMP responses over other actions; added examples.
2001-02-28 13:06:57 +00:00

21 lines
590 B
Makefile

# $NetBSD: Makefile,v 1.4 2001/02/28 13:06:57 wiz Exp $
# FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp
#
DISTNAME= Net-SNMP-3.60
PKGNAME= p5-Net-SNMP-3.60
WRKSRC= ${WRKDIR}/Net-SNMP-3.6
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
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SNMP/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"