Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# $NetBSD: Makefile,v 1.24 2013/05/31 12:41:41 wiz Exp $
DISTNAME= SNMP_Session-1.13
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
SVR4_PKGNAME= p5sns
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"