pkgsrc/net/p5-SNMP_Session/Makefile
wiz 0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00

21 lines
613 B
Makefile

# $NetBSD: Makefile,v 1.27 2015/06/12 10:50:51 wiz Exp $
DISTNAME= SNMP_Session-1.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 5
CATEGORIES= net perl5
MASTER_SITES= http://snmp-session.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
COMMENT= Perl5 module providing rudimentary access to remote SNMP agents
PERL5_PACKLIST= auto/SNMP_Session/.packlist
CONFLICTS+= mrtg-[0-9]*
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PERL5_INSTALLVENDORLIB}/README.SNMP_Session
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"