pkgsrc/net/p5-SNMP_Session/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

22 lines
658 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/06/02 01:17:48 jschauma Exp $
DISTNAME= SNMP_Session-0.83
PKGNAME= p5-SNMP_Session-0.83
SVR4_PKGNAME= p5sns
CATEGORIES= net perl5
MASTER_SITES= ftp://ftp.switch.ch/software/sources/network/snmp/perl/
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
COMMENT= perl5 module providing rudimentary access to remote SNMP agents
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SNMP_Session/.packlist
CONFLICTS+= mrtg-[0-9]*
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PERL5_SITELIB}/README.SNMP_Session
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"