aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-NoWarnings
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2008-07-28 16:30:57 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2008-07-28 16:30:57 +0000
commit47467a6b1553f0e11d83d394bb0d1d0621ef9e7c (patch)
tree87f2aa88642972378ffe357dd6f9d4d4badaf611 /devel/p5-Test-NoWarnings
parentc66aaf530e29c29463f04692378512017b6984cd (diff)
downloadports-47467a6b1553f0e11d83d394bb0d1d0621ef9e7c.tar.gz
ports-47467a6b1553f0e11d83d394bb0d1d0621ef9e7c.zip
Notes
Diffstat (limited to 'devel/p5-Test-NoWarnings')
-rw-r--r--devel/p5-Test-NoWarnings/Makefile18
-rw-r--r--devel/p5-Test-NoWarnings/distinfo6
2 files changed, 12 insertions, 12 deletions
diff --git a/devel/p5-Test-NoWarnings/Makefile b/devel/p5-Test-NoWarnings/Makefile
index 3c42744e0458..38572df2366c 100644
--- a/devel/p5-Test-NoWarnings/Makefile
+++ b/devel/p5-Test-NoWarnings/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Test-NoWarnings
-PORTVERSION= 0.083
+PORTVERSION= 0.084
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,16 +14,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= alex@kapranoff.ru
COMMENT= Hide and store warnings while running test scripts
-BUILD_DEPENDS= ${SITE_PERL}/Test/Tester.pm:${PORTSDIR}/devel/p5-Test-Tester
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
PERL_CONFIGURE= yes
-INSTALL_TARGET= pure_install
MAN3= Test::NoWarnings.3
-post-patch:
- @${PERL} -i -pe 'm/INSTALLDIRS\s+=>/ and $$_ = ""' \
- ${WRKSRC}/Makefile.PL
+OPTIONS= DEVEL_STACKTRACE "Stack trace support" off
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_DEVEL_STACKTRACE)
+RUN_DEPENDS+= p5-Devel-StackTrace>=0:${PORTSDIR}/devel/p5-Devel-StackTrace
+.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Test-NoWarnings/distinfo b/devel/p5-Test-NoWarnings/distinfo
index d02094663412..f7a15a52fcbb 100644
--- a/devel/p5-Test-NoWarnings/distinfo
+++ b/devel/p5-Test-NoWarnings/distinfo
@@ -1,3 +1,3 @@
-MD5 (Test-NoWarnings-0.083.tar.gz) = 8c55c1ca89919caf42cf83c67d44d7f4
-SHA256 (Test-NoWarnings-0.083.tar.gz) = 7da6bba4f9acde356142cdc5e035729ad82964de7c52804bafdbf3a445f87d4a
-SIZE (Test-NoWarnings-0.083.tar.gz) = 15280
+MD5 (Test-NoWarnings-0.084.tar.gz) = 26341294a4062e9e7d8a643485ca78d4
+SHA256 (Test-NoWarnings-0.084.tar.gz) = 0b69d1dbe54a2b029993e1772e25c6f059d6f755f1732b47bf29e735d43de4a5
+SIZE (Test-NoWarnings-0.084.tar.gz) = 15335