diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-30 04:07:07 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2007-05-30 04:07:07 +0000 |
commit | 030a8e13ae832bcd99c9cd8b401fac2d53d73a1e (patch) | |
tree | 1fe13e54f656253d1f37905edaa38e0463e56d31 /lang/p5-Pugs-Compiler-Rule/Makefile | |
parent | b481ee045eb5aa61468fe9a9e7d0b41e9eecf741 (diff) | |
download | ports-030a8e13ae832bcd99c9cd8b401fac2d53d73a1e.tar.gz ports-030a8e13ae832bcd99c9cd8b401fac2d53d73a1e.zip |
Notes
Diffstat (limited to 'lang/p5-Pugs-Compiler-Rule/Makefile')
-rw-r--r-- | lang/p5-Pugs-Compiler-Rule/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/p5-Pugs-Compiler-Rule/Makefile b/lang/p5-Pugs-Compiler-Rule/Makefile index cd65d0038193..a7f381f2c412 100644 --- a/lang/p5-Pugs-Compiler-Rule/Makefile +++ b/lang/p5-Pugs-Compiler-Rule/Makefile @@ -7,7 +7,7 @@ # PORTNAME= Pugs-Compiler-Rule -PORTVERSION= 0.22 +PORTVERSION= 0.23 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/F/FG/FGLOCK @@ -16,11 +16,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= clsung@FreeBSD.org COMMENT= Compiler for Perl 6 Rules -BUILD_DEPENDS= p5-Class-InsideOut>=0:${PORTSDIR}/devel/p5-Class-InsideOut \ - p5-Data-Dump-Streamer>=0:${PORTSDIR}/devel/p5-Data-Dump-Streamer \ +RUN_DEPENDS= p5-Cache-Cache>=1.05:${PORTSDIR}/devel/p5-Cache-Cache \ p5-PadWalker>=1.0:${PORTSDIR}/devel/p5-PadWalker \ - p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp -RUN_DEPENDS= ${BUILD_DEPENDS} + p5-Parse-Yapp>=0:${PORTSDIR}/devel/p5-Parse-Yapp \ + p5-YAML-Syck>=0.60:${PORTSDIR}/textproc/p5-YAML-Syck +BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes |