aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Inline
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2009-04-26 09:27:01 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2009-04-26 09:27:01 +0000
commitb7c9176acdaae77883ac4ee0c02e7519901b5466 (patch)
tree051d160ea6d13cca9fe30aa604c841deb2ec8677 /devel/p5-Test-Inline
parentaa181653915aa8d7f5b161100732b218cf6ab007 (diff)
downloadports-b7c9176acdaae77883ac4ee0c02e7519901b5466.tar.gz
ports-b7c9176acdaae77883ac4ee0c02e7519901b5466.zip
- update to 2.209
Notes
Notes: svn path=/head/; revision=232769
Diffstat (limited to 'devel/p5-Test-Inline')
-rw-r--r--devel/p5-Test-Inline/Makefile47
-rw-r--r--devel/p5-Test-Inline/distinfo6
2 files changed, 33 insertions, 20 deletions
diff --git a/devel/p5-Test-Inline/Makefile b/devel/p5-Test-Inline/Makefile
index a467e1dcf8c9..26c71e88b69a 100644
--- a/devel/p5-Test-Inline/Makefile
+++ b/devel/p5-Test-Inline/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= Test-Inline
-PORTVERSION= 2.208
-PORTREVISION= 1
+PORTVERSION= 2.209
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -15,20 +14,19 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Test::Inline - Inlining your tests next to the code being tested
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools \
- ${SITE_PERL}/${PERL_ARCH}/List/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils \
- ${SITE_PERL}/File/Slurp.pm:${PORTSDIR}/devel/p5-File-Slurp \
- ${SITE_PERL}/File/Find/Rule.pm:${PORTSDIR}/devel/p5-File-Find-Rule \
- ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
- ${SITE_PERL}/Config/Tiny.pm:${PORTSDIR}/devel/p5-Config-Tiny \
- ${SITE_PERL}/${PERL_ARCH}/Params/Util.pm:${PORTSDIR}/devel/p5-Params-Util \
- ${SITE_PERL}/Class/Autouse.pm:${PORTSDIR}/devel/p5-Class-Autouse \
- ${SITE_PERL}/Algorithm/Dependency.pm:${PORTSDIR}/devel/p5-Algorithm-Dependency \
- ${SITE_PERL}/File/Flat.pm:${PORTSDIR}/devel/p5-File-Flat \
- ${SITE_PERL}/File/chmod.pm:${PORTSDIR}/devel/p5-File-chmod \
- ${SITE_PERL}/Test/Script.pm:${PORTSDIR}/devel/p5-Test-Script \
- ${SITE_PERL}/Pod/Tests.pm:${PORTSDIR}/devel/p5-Pod-Tests
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS= p5-Algorithm-Dependency>=1.02:${PORTSDIR}/devel/p5-Algorithm-Dependency \
+ p5-Class-Autouse>=1.15:${PORTSDIR}/devel/p5-Class-Autouse \
+ p5-Config-Tiny>=2.00:${PORTSDIR}/devel/p5-Config-Tiny \
+ p5-File-Find-Rule>=0.26:${PORTSDIR}/devel/p5-File-Find-Rule \
+ p5-File-Flat>=1.00:${PORTSDIR}/devel/p5-File-Flat \
+ p5-File-Remove>=0.37:${PORTSDIR}/devel/p5-File-Remove \
+ p5-File-Slurp>=9999.04:${PORTSDIR}/devel/p5-File-Slurp \
+ p5-File-chmod>=0.31:${PORTSDIR}/devel/p5-File-chmod \
+ p5-Params-Util>=0.21:${PORTSDIR}/devel/p5-Params-Util \
+ p5-Pod-Tests>=0.18:${PORTSDIR}/devel/p5-Pod-Tests
+BUILD_DEPENDS= ${RUN_DEPENDS}
+BUILD_DEPENDS+= p5-Test-ClassAPI>=1.02:${PORTSDIR}/devel/p5-Test-ClassAPI \
+ p5-Test-Script>=1.02:${PORTSDIR}/devel/p5-Test-Script
PERL_CONFIGURE= yes
@@ -43,4 +41,19 @@ MAN3= Test::Inline.3 \
Test::Inline::Script.3 \
Test::Inline::Section.3
-.include <bsd.port.mk>
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500801
+RUN_DEPENDS+= p5-Getopt-Long>=2.34:${PORTSDIR}/devel/p5-Getopt-Long
+.endif
+
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.42:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.if ${PERL_LEVEL} < 500905
+RUN_DEPENDS+= p5-Scalar-List-Utils>=1.19:${PORTSDIR}/lang/p5-Scalar-List-Utils
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/p5-Test-Inline/distinfo b/devel/p5-Test-Inline/distinfo
index 898be72300d5..e2cb20fddb24 100644
--- a/devel/p5-Test-Inline/distinfo
+++ b/devel/p5-Test-Inline/distinfo
@@ -1,3 +1,3 @@
-MD5 (Test-Inline-2.208.tar.gz) = 9f608e40b0c65d54eb430748b52393cc
-SHA256 (Test-Inline-2.208.tar.gz) = 721e679387700975fdf846f3c99a35967e63192256803575dc59b42c8e1feb9a
-SIZE (Test-Inline-2.208.tar.gz) = 54394
+MD5 (Test-Inline-2.209.tar.gz) = 26e7954c9bbba8c4ddaa06058d75e11f
+SHA256 (Test-Inline-2.209.tar.gz) = a821496ef3058db2f46b0912e8b41e73aa186227823d82a6875bba5586090d1e
+SIZE (Test-Inline-2.209.tar.gz) = 57115