summaryrefslogtreecommitdiff
path: root/net/p5-SNMP-Info/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/p5-SNMP-Info/Makefile')
-rw-r--r--net/p5-SNMP-Info/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/p5-SNMP-Info/Makefile b/net/p5-SNMP-Info/Makefile
new file mode 100644
index 00000000000..da9d9907713
--- /dev/null
+++ b/net/p5-SNMP-Info/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/25 16:59:02 bouyer Exp $
+#
+
+DISTNAME= SNMP-Info-0.9.0
+PKGNAME= p5-SNMP-Info-0.9
+SVR4_PKGNAME= p5sni
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
+
+MAINTAINER= bouyer@NetBSD.org
+HOMEPAGE= http://snmp-info.sourceforge.net/
+COMMENT= Perl5 object oriented interface to SNMP informations
+
+DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp
+
+WRKSRC= ${WRKDIR}/${PKGNAME:S/p5-//}
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/SNMP/Info/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"