pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/p5-Net-SNMP - The package can be installed to DESTDIR
details: https://anonhg.NetBSD.org/pkgsrc/rev/82530fed5e51
branches: trunk
changeset: 534221:82530fed5e51
user: heinz <heinz%pkgsrc.org@localhost>
date: Sat Oct 13 23:35:54 2007 +0000
description:
- The package can be installed to DESTDIR
- No C compiler needed for this module
diffstat:
net/p5-Net-SNMP/Makefile | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 22d10d5b57b0 -r 82530fed5e51 net/p5-Net-SNMP/Makefile
--- a/net/p5-Net-SNMP/Makefile Sat Oct 13 22:56:55 2007 +0000
+++ b/net/p5-Net-SNMP/Makefile Sat Oct 13 23:35:54 2007 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index