diff options
author | swills <swills@FreeBSD.org> | 2012-03-05 23:15:05 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-03-05 23:15:05 +0800 |
commit | 4638487b99300984f2937e587b7f21b59623c8f6 (patch) | |
tree | c8e5c0ec6882b3d7d9629a9e1681113007b85068 /japanese | |
parent | 2cd83408930b4032fca013c9d9f5b7759ca9db02 (diff) | |
download | freebsd-ports-gnome-4638487b99300984f2937e587b7f21b59623c8f6.tar.gz freebsd-ports-gnome-4638487b99300984f2937e587b7f21b59623c8f6.tar.zst freebsd-ports-gnome-4638487b99300984f2937e587b7f21b59623c8f6.zip |
- Add missing DEPENDS
- Add TEST_DEPENDS
PR: ports/165638
Approved by: TERAMOTO Masahiro <markun@onohara.to> (maintainer)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-DateTime-Calendar-Japanese-Era/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 |