summaryrefslogtreecommitdiff
path: root/net/p5-Net-SNMP
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-10-13 23:35:54 +0000
committerheinz <heinz@pkgsrc.org>2007-10-13 23:35:54 +0000
commit78a906396d893b4315824591ab85e74990c460c6 (patch)
treeae0db9d430af586e4c0a5dedb8e83fd5034cf7a4 /net/p5-Net-SNMP
parent24c0de6dbb6082ad97f0698515559a5ccd14d5ca (diff)
downloadpkgsrc-78a906396d893b4315824591ab85e74990c460c6.tar.gz
- The package can be installed to DESTDIR
- No C compiler needed for this module
Diffstat (limited to 'net/p5-Net-SNMP')
-rw-r--r--net/p5-Net-SNMP/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/p5-Net-SNMP/Makefile b/net/p5-Net-SNMP/Makefile
index 3194fbf27bb..6ca30d3ddd3 100644
--- a/net/p5-Net-SNMP/Makefile
+++ b/net/p5-Net-SNMP/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2006/03/04 21:30:22 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2007/10/13 23:35:54 heinz Exp $
#
DISTNAME= Net-SNMP-5.2.0
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5nsn
-#PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Net/}
@@ -12,11 +11,15 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/author/DTOWN/Net-SNMP-4.1.2/
COMMENT= Perl5 module for SNMP queries
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-Crypt-DES>=2.03:../../security/p5-Crypt-DES
DEPENDS+= p5-Digest-MD5>=2.11:../../security/p5-Digest-MD5
DEPENDS+= p5-Digest-SHA1>=1.02:../../security/p5-Digest-SHA1
DEPENDS+= p5-Digest-HMAC>=1.00:../../security/p5-Digest-HMAC
+USE_LANGUAGES= # none
+
PERL5_PACKLIST= auto/Net/SNMP/.packlist
.include "../../lang/perl5/module.mk"