diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2009-01-14 15:10:02 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2009-01-14 15:10:02 +0000 |
commit | 4cf2d12b0a2085555995e2f113ac660b33d91c83 (patch) | |
tree | af38abbabe8623c185e9f6d1e75c64c2164fcc3d /lang/p5-Pugs-Compiler-Rule | |
parent | 32afda12dfadcd68c4b180fcf64a74426f5527bc (diff) | |
download | ports-4cf2d12b0a2085555995e2f113ac660b33d91c83.tar.gz ports-4cf2d12b0a2085555995e2f113ac660b33d91c83.zip |
Fix plist with perl 5.8.9.
Approved by: portmgr (pav, implicit)
Notes
Notes:
svn path=/head/; revision=226081
Diffstat (limited to 'lang/p5-Pugs-Compiler-Rule')
-rw-r--r-- | lang/p5-Pugs-Compiler-Rule/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/p5-Pugs-Compiler-Rule/Makefile b/lang/p5-Pugs-Compiler-Rule/Makefile index ce096979da2c..3436e05df960 100644 --- a/lang/p5-Pugs-Compiler-Rule/Makefile +++ b/lang/p5-Pugs-Compiler-Rule/Makefile @@ -8,6 +8,7 @@ PORTNAME= Pugs-Compiler-Rule PORTVERSION= 0.37 +PORTREVISION= 1 CATEGORIES= lang perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../by-authors/id/F/FG/FGLOCK @@ -33,6 +34,7 @@ MAN3= Pugs::Compiler::Regex.3 \ Pugs::Emitter::Grammar::Perl5.3 \ Pugs::Grammar::Precedence.3 \ Pugs::Runtime::Match.3 \ + Pugs::Runtime::Regex.3 \ Pugs::Runtime::StrPos.3 \ Pugs::Runtime::Tracer.3 |