summaryrefslogtreecommitdiff
path: root/security/p5-Authen-SASL
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2009-01-20 06:24:03 +0000
committerseb <seb@pkgsrc.org>2009-01-20 06:24:03 +0000
commit8e4ba347bb3699c9866e34bea0315e83ad9b7365 (patch)
tree4292be32a01edea141bd0776ad15fdc6510e5393 /security/p5-Authen-SASL
parent53cbd5e5404b54fc01cdff79858f03ba1f70f630 (diff)
downloadpkgsrc-8e4ba347bb3699c9866e34bea0315e83ad9b7365.tar.gz
Update from version 2.12 to version 2.12nb1.
Pkgsrc changes: - Register required dependency on package security/p5-Digest-HMAC
Diffstat (limited to 'security/p5-Authen-SASL')
-rw-r--r--security/p5-Authen-SASL/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Authen-SASL/Makefile b/security/p5-Authen-SASL/Makefile
index a9ea5153e1b..61d1d70703e 100644
--- a/security/p5-Authen-SASL/Makefile
+++ b/security/p5-Authen-SASL/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.13 2009/01/11 14:30:08 he Exp $
+# $NetBSD: Makefile,v 1.14 2009/01/20 06:24:03 seb Exp $
#
DISTNAME= Authen-SASL-2.12
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Authen/}
@@ -15,6 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Authen/SASL/.packlist
MAKE_PARAMS+= < /dev/null
+DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
+
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"