summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz>2007-10-13 23:35:54 +0000
committerheinz <heinz>2007-10-13 23:35:54 +0000
commit1e48fae31b1226690ca90ef39ddefc9c5942a30c (patch)
treeae0db9d430af586e4c0a5dedb8e83fd5034cf7a4
parent293298de6cf0e7c32eea19bc04c9140ebd5d192a (diff)
downloadpkgsrc-1e48fae31b1226690ca90ef39ddefc9c5942a30c.tar.gz
- The package can be installed to DESTDIR
- No C compiler needed for this module
-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"