summaryrefslogtreecommitdiff
path: root/devel/p5-Test-Most
diff options
context:
space:
mode:
authorsno <sno>2009-04-12 10:59:47 +0000
committersno <sno>2009-04-12 10:59:47 +0000
commitfc7fbc82ad997173535df764ad0fa527fe356210 (patch)
tree3a1b27e0534ab32a45f60ad55d2a734a155f0b03 /devel/p5-Test-Most
parent5d6554b501cc95d3be2289b7f19a0338317f1044 (diff)
downloadpkgsrc-fc7fbc82ad997173535df764ad0fa527fe356210.tar.gz
PkgSrc changes:
- update package for Test::Most to 0.21 Upstream changes: 0.21 2009-02-18 - No changes. Update version for release. 0.20_02 2008-11-26 - Make sure tests don't fail if optional Data::Dumper::Names dependency is not met. 0.20_01 2008-11-25 - Added &show. Like &explain, but tries to show variable names.
Diffstat (limited to 'devel/p5-Test-Most')
-rw-r--r--devel/p5-Test-Most/Makefile15
-rw-r--r--devel/p5-Test-Most/distinfo8
2 files changed, 17 insertions, 6 deletions
diff --git a/devel/p5-Test-Most/Makefile b/devel/p5-Test-Most/Makefile
index d4dbf5988bb..ac0df3498e8 100644
--- a/devel/p5-Test-Most/Makefile
+++ b/devel/p5-Test-Most/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/14 00:12:30 abs Exp $
+# $NetBSD: Makefile,v 1.2 2009/04/12 10:59:47 sno Exp $
#
-DISTNAME= Test-Most-0.20
+DISTNAME= Test-Most-0.21
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?Test::Most
COMMENT= Most commonly needed test functions and features
+LICENSE= artistic-2.0
DEPENDS+= p5-Exception-Class>=1.14:../../devel/p5-Exception-Class
DEPENDS+= p5-Test-Simple>=0.82:../../devel/p5-Test-Simple
@@ -18,6 +19,16 @@ DEPENDS+= p5-Test-Deep>0:../../devel/p5-Test-Deep
DEPENDS+= p5-Test-Harness>3.07:../../devel/p5-Test-Harness
DEPENDS+= p5-Test-Warn>0.10:../../devel/p5-Test-Warn
+PKG_OPTIONS_VAR= PKG_OPTIONS.p5-Test-Most
+PKG_SUPPORTED_OPTIONS+= data-dumper-names
+PKG_SUGGESTED_OPTIONS+= # empty
+
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mdata-dumper-names)
+DEPENDS+= p5-Data-Dumper-Names>=0.03:../../devel/p5-Data-Dumper-Names
+.endif
+
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_MODULE_TYPE= Module::Build
diff --git a/devel/p5-Test-Most/distinfo b/devel/p5-Test-Most/distinfo
index c02ee3c89c9..b029cf5cf25 100644
--- a/devel/p5-Test-Most/distinfo
+++ b/devel/p5-Test-Most/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/14 00:12:30 abs Exp $
+$NetBSD: distinfo,v 1.2 2009/04/12 10:59:47 sno Exp $
-SHA1 (Test-Most-0.20.tar.gz) = aaabef341634140124e42607c713857d31953152
-RMD160 (Test-Most-0.20.tar.gz) = 2ab50831653cdf5ad220c07a03d54c0ae29a271b
-Size (Test-Most-0.20.tar.gz) = 10045 bytes
+SHA1 (Test-Most-0.21.tar.gz) = 9254d88cd126fa8f732791ca3c92ea741c6e129a
+RMD160 (Test-Most-0.21.tar.gz) = 721acbe934e61b58c19bce976234993c883b0a89
+Size (Test-Most-0.21.tar.gz) = 10732 bytes