summaryrefslogtreecommitdiff
path: root/security/p5-Data-SimplePassword/Makefile
diff options
context:
space:
mode:
authorsno <sno>2010-09-09 05:54:41 +0000
committersno <sno>2010-09-09 05:54:41 +0000
commit2af5e2b8f664848d645887f64324e128e65658a6 (patch)
tree658c10281c8853a52eadb327493201cc34685dd8 /security/p5-Data-SimplePassword/Makefile
parent3753079813bc8881706311bb50485eac28029c36 (diff)
downloadpkgsrc-2af5e2b8f664848d645887f64324e128e65658a6.tar.gz
Updating security/p5-Data-SimplePassword from 0.05nb1 to 0.06
pkgsrc changes: - imported and added recommended dependency to Math::Random::MT - moved List::MoreUtils to run dependencies Upstream changes: 0.06 Tue Aug 31 15:37:15 JST 2010 * added a parameter 'provider' passed to Crypt::Random. now you can avoid annoying device lock to set the value for example to 'udevrandom' (means /dev/urandom), 'rand' etc.
Diffstat (limited to 'security/p5-Data-SimplePassword/Makefile')
-rw-r--r--security/p5-Data-SimplePassword/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/security/p5-Data-SimplePassword/Makefile b/security/p5-Data-SimplePassword/Makefile
index 3a3442a07f9..b8cb7e19f37 100644
--- a/security/p5-Data-SimplePassword/Makefile
+++ b/security/p5-Data-SimplePassword/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2010/08/21 16:35:41 seb Exp $
+# $NetBSD: Makefile,v 1.8 2010/09/09 05:54:41 sno Exp $
#
-DISTNAME= Data-SimplePassword-0.05
+DISTNAME= Data-SimplePassword-0.06
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
@@ -18,10 +17,14 @@ DEPENDS+= p5-CLASS-[0-9]*:../../devel/p5-CLASS
DEPENDS+= p5-Class-Accessor-[0-9]*:../../devel/p5-Class-Accessor
DEPENDS+= p5-Class-Data-Inheritable-[0-9]*:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Crypt-Random-[0-9]*:../../security/p5-Crypt-Random
-DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Math-Random-MT-Perl-[0-9]*:../../math/p5-Math-Random-MT-Perl
DEPENDS+= p5-UNIVERSAL-require-[0-9]*:../../devel/p5-UNIVERSAL-require
+# recommended
+DEPENDS+= p5-Math-Random-MT-[0-9]*:../../math/p5-Math-Random-MT
+
+BUILD_DEPENDS+= p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
+
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Data/SimplePassword/.packlist
PERL5_MODULE_TYPE= Module::Build