pkgsrc/net/p5-SNMP_Session/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

22 lines
633 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:28 jlam Exp $
DISTNAME= SNMP_Session-1.07
PKGNAME= p5-SNMP_Session-1.07
SVR4_PKGNAME= p5sns
PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= http://www.switch.ch/misc/leinen/snmp/perl/dist/
MAINTAINER= tech-pkg@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 ${PERL5_INSTALLVENDORLIB}/README.SNMP_Session
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"