diff options
author | explorer <explorer@pkgsrc.org> | 2000-08-31 01:45:14 +0000 |
---|---|---|
committer | explorer <explorer@pkgsrc.org> | 2000-08-31 01:45:14 +0000 |
commit | dbea1845a97a07e08286c843402c63bbd0305504 (patch) | |
tree | da06c71190815bacbdf89d50111b0dac26ad256d | |
parent | 24466ddf10ea43420c3999dd81a0005b6886548c (diff) | |
download | pkgsrc-dbea1845a97a07e08286c843402c63bbd0305504.tar.gz |
add Net-SNMP-3.50.
This is different from the p5-SNMP package in that it does not
Perl 5 module for SNMP queries.
-rw-r--r-- | net/p5-Net-SNMP/Makefile | 21 | ||||
-rw-r--r-- | net/p5-Net-SNMP/files/md5 | 1 | ||||
-rw-r--r-- | net/p5-Net-SNMP/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/p5-Net-SNMP/pkg/DESCR | 4 | ||||
-rw-r--r-- | net/p5-Net-SNMP/pkg/PLIST | 1 |
5 files changed, 28 insertions, 0 deletions
diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile new file mode 100644 index 00000000000..4238d2ec9e9 --- /dev/null +++ b/net/p5-Net-SNMP/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1 2000/08/31 01:45:14 explorer Exp $ +# FreeBSD Id: Makefile,v 1.13 1997/06/27 18:38:15 jfitz Exp +# + +DISTNAME= Net-SNMP-3.50 +PKGNAME= p5-Net-SNMP-3.50 +WRKSRC= ${WRKDIR}/Net-SNMP-3.5 + +CATEGORIES= net perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/} + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/libnet/FAQ.html + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Net/SNMP/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/net/p5-Net-SNMP/files/md5 b/net/p5-Net-SNMP/files/md5 new file mode 100644 index 00000000000..76e41126f66 --- /dev/null +++ b/net/p5-Net-SNMP/files/md5 @@ -0,0 +1 @@ +MD5 (/usr/pkgsrc/distfiles/Net-SNMP-3.50.tar.gz) = 03b57f94c8d2fc2a37326924a5bb29a2 diff --git a/net/p5-Net-SNMP/pkg/COMMENT b/net/p5-Net-SNMP/pkg/COMMENT new file mode 100644 index 00000000000..e3b153e72f2 --- /dev/null +++ b/net/p5-Net-SNMP/pkg/COMMENT @@ -0,0 +1 @@ +perl5 module for SNMP queries diff --git a/net/p5-Net-SNMP/pkg/DESCR b/net/p5-Net-SNMP/pkg/DESCR new file mode 100644 index 00000000000..bb636a77307 --- /dev/null +++ b/net/p5-Net-SNMP/pkg/DESCR @@ -0,0 +1,4 @@ +Perl 5 module for SNMP queries. + +This is different from the p5-SNMP package in that it does not +require UCS-SNMP to be installed. diff --git a/net/p5-Net-SNMP/pkg/PLIST b/net/p5-Net-SNMP/pkg/PLIST new file mode 100644 index 00000000000..226f123b6d0 --- /dev/null +++ b/net/p5-Net-SNMP/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2000/08/31 01:45:15 explorer Exp $ |