aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Pugs-Compiler-Rule/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2008-04-19 06:30:39 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2008-04-19 06:30:39 +0000
commit225d2115e9df3991134b1c6d08fbd2beb0f77c9e (patch)
tree65c2d0c09f4ce20f50b971bab33bca1232633fc9 /lang/p5-Pugs-Compiler-Rule/Makefile
parent9b6844364731057934e60e461f1249b9852cc79f (diff)
downloadports-225d2115e9df3991134b1c6d08fbd2beb0f77c9e.tar.gz
ports-225d2115e9df3991134b1c6d08fbd2beb0f77c9e.zip
Notes
Diffstat (limited to 'lang/p5-Pugs-Compiler-Rule/Makefile')
-rw-r--r--lang/p5-Pugs-Compiler-Rule/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/lang/p5-Pugs-Compiler-Rule/Makefile b/lang/p5-Pugs-Compiler-Rule/Makefile
index a7f381f2c412..a355c63646a1 100644
--- a/lang/p5-Pugs-Compiler-Rule/Makefile
+++ b/lang/p5-Pugs-Compiler-Rule/Makefile
@@ -7,10 +7,10 @@
#
PORTNAME= Pugs-Compiler-Rule
-PORTVERSION= 0.23
+PORTVERSION= 0.28
CATEGORIES= lang perl5
MASTER_SITES= CPAN
-MASTER_SITE_SUBDIR= ../by-authors/id/F/FG/FGLOCK
+MASTER_SITE_SUBDIR= ../by-authors/id/A/AG/AGENT
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
@@ -24,12 +24,16 @@ BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
+MAN1= compile_p6grammar.pl.1
MAN3= Pugs::Compiler::Regex.3 \
+ Pugs::Compiler::Grammar.3 \
Pugs::Compiler::RegexPerl5.3 \
Pugs::Compiler::Rule.3 \
Pugs::Compiler::Token.3 \
+ Pugs::Emitter::Grammar::Perl5.3 \
Pugs::Grammar::Precedence.3 \
Pugs::Runtime::Match.3 \
- Pugs::Runtime::StrPos.3
+ Pugs::Runtime::StrPos.3 \
+ Pugs::Runtime::Tracer.3
.include <bsd.port.mk>