summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-04-12 15:46:01 +0000
committerSteve Wills <swills@FreeBSD.org>2012-04-12 15:46:01 +0000
commitd42db861e7f4c640d6b9f091732b9650919309a5 (patch)
tree9c36277b96d43b2a6e2d17db0bbf81301f6deb20 /textproc
parent- Remove TEST_DEPENDS on itself (diff)
- Add missing DEPENDS
- Add missing TEST_DEPENDS - Correct error in TEST_DEPENDS - Bump PORTREVISION PR: ports/166772 Approved by: milki <milki@rescomp.berkeley.edu> (maintainer)
Notes
Notes: svn path=/head/; revision=294741
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Hailo/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-Hailo/Makefile b/textproc/p5-Hailo/Makefile
index 319c291ab206..4ccb45f91f0c 100644
--- a/textproc/p5-Hailo/Makefile
+++ b/textproc/p5-Hailo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Hailo
PORTVERSION= 0.70
+PORTREVISION= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:HINRIK
@@ -31,14 +32,15 @@ BUILD_DEPENDS= p5-Any-Moose>=0.13:${PORTSDIR}/devel/p5-Any-Moose \
p5-IO-Interactive>=0.0.6:${PORTSDIR}/devel/p5-IO-Interactive \
p5-IPC-System-Simple>=1.21:${PORTSDIR}/devel/p5-IPC-System-Simple \
p5-List-MoreUtils>=0.22:${PORTSDIR}/lang/p5-List-MoreUtils \
+ p5-MooseX-StrictConstructor>=0.16:${PORTSDIR}/devel/p5-MooseX-StrictConstructor \
p5-MouseX-Getopt>=0.33:${PORTSDIR}/devel/p5-MouseX-Getopt \
p5-MouseX-StrictConstructor>=0.02:${PORTSDIR}/devel/p5-MouseX-StrictConstructor \
p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common \
p5-Term-Sk>=0.06:${PORTSDIR}/devel/p5-Term-Sk \
p5-namespace-clean>=0.18:${PORTSDIR}/devel/p5-namespace-clean
RUN_DEPENDS:= ${BUILD_DEPENDS}
-
-TEST_DEPENDS= p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \
+TEST_DEPENDS= p5-DBD-SQLite>=1.29:${PORTSDIR}/databases/p5-DBD-SQLite \
+ p5-Test-Exception>=0.29:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Expect>=0.31:${PORTSDIR}/devel/p5-Test-Expect \
p5-Test-Output>=0.16:${PORTSDIR}/devel/p5-Test-Output \
p5-Test-Script>=1.07:${PORTSDIR}/devel/p5-Test-Script \
@@ -88,7 +90,7 @@ RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql
.if ${PERL_LEVEL} < 501400
BUILD_DEPENDS+= p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie
RUN_DEPENDS+= p5-autodie>=2.08:${PORTSDIR}/devel/p5-autodie
-TEST_DEPENDS+= p5-Test-More>=0.94:${PORTSDIR}/devel/p5-Test-More
+TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple
.endif
.include <bsd.port.post.mk>