- Update to 0.23
This commit is contained in:
parent
b481ee045e
commit
030a8e13ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192359
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Pugs-Compiler-Rule-0.22.tar.gz) = 98f9998c8c4fb088a7863a46d0b92d1e
|
||||
SHA256 (Pugs-Compiler-Rule-0.22.tar.gz) = 1bf287a6b315e3954996a75790c214fba6295f3804191188e4acaf0bf3df85d1
|
||||
SIZE (Pugs-Compiler-Rule-0.22.tar.gz) = 63087
|
||||
MD5 (Pugs-Compiler-Rule-0.23.tar.gz) = 3088cf5da86910d2efe50c1f6ddb077e
|
||||
SHA256 (Pugs-Compiler-Rule-0.23.tar.gz) = 25ea30d8a9684c7c8726c4f4995669eb767df6605688d0a0c8277b04618578a0
|
||||
SIZE (Pugs-Compiler-Rule-0.23.tar.gz) = 72190
|
||||
|
|
Loading…
Reference in a new issue