From 4638487b99300984f2937e587b7f21b59623c8f6 Mon Sep 17 00:00:00 2001 From: swills Date: Mon, 5 Mar 2012 15:15:05 +0000 Subject: - Add missing DEPENDS - Add TEST_DEPENDS PR: ports/165638 Approved by: TERAMOTO Masahiro (maintainer) --- japanese/p5-DateTime-Calendar-Japanese-Era/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'japanese') diff --git a/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile index 0f99dcbd6211..9304a4877004 100644 --- a/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile +++ b/japanese/p5-DateTime-Calendar-Japanese-Era/Makefile @@ -7,6 +7,7 @@ PORTNAME= DateTime-Calendar-Japanese-Era PORTVERSION= 0.08001 +PORTREVISION= 1 CATEGORIES= japanese devel perl5 MASTER_SITES= CPAN @@ -17,8 +18,10 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \ p5-File-ShareDir>=0:${PORTSDIR}/devel/p5-File-ShareDir \ - p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate \ + p5-YAML-Tiny>=1.38:${PORTSDIR}/textproc/p5-YAML-Tiny +RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML PERL_CONFIGURE= yes -- cgit