pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p5-Data-SimplePassword - More BUILD_DEPENDS f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50467a6f8a8b
branches:  trunk
changeset: 349987:50467a6f8a8b
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Jul 20 13:50:57 2016 +0000

description:
- More BUILD_DEPENDS for make test
   p5-MooX-ClassAttribute-[0-9]*:../../devel/p5-MooX-ClassAttribute
   p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception

diffstat:

 security/p5-Data-SimplePassword/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 48b497289851 -r 50467a6f8a8b security/p5-Data-SimplePassword/Makefile
--- a/security/p5-Data-SimplePassword/Makefile  Wed Jul 20 13:45:39 2016 +0000
+++ b/security/p5-Data-SimplePassword/Makefile  Wed Jul 20 13:50:57 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2016/07/20 12:32:26 mef Exp $
+# $NetBSD: Makefile,v 1.18 2016/07/20 13:50:57 mef Exp $
 #
 
 DISTNAME=              Data-SimplePassword-0.11
@@ -24,6 +24,8 @@
 # for make test
 BUILD_DEPENDS+=        p5-List-MoreUtils-[0-9]*:../../devel/p5-List-MoreUtils
 BUILD_DEPENDS+=        p5-Moo>=1.001:../../devel/p5-Moo
+BUILD_DEPENDS+=        p5-MooX-ClassAttribute-[0-9]*:../../devel/p5-MooX-ClassAttribute
+BUILD_DEPENDS+=        p5-Test-Exception-[0-9]*:../../devel/p5-Test-Exception
 
 REPLACE_PERL+= script/rndpassword
 



Home | Main Index | Thread Index | Old Index