aboutsummaryrefslogtreecommitdiff
path: root/lang/p5-Pugs-Compiler-Rule
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-26 01:12:34 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-26 01:12:34 +0000
commit6a6f5225cab41a6f84c3a78e4f59c2190a91c748 (patch)
treec071fb20b8df59877de8844687cf9444a5f6d005 /lang/p5-Pugs-Compiler-Rule
parenta86c8f029070e4e665edd07dc52aaad0da8f6fda (diff)
downloadports-6a6f5225cab41a6f84c3a78e4f59c2190a91c748.tar.gz
ports-6a6f5225cab41a6f84c3a78e4f59c2190a91c748.zip
- Update to 0.21
Notes
Notes: svn path=/head/; revision=188343
Diffstat (limited to 'lang/p5-Pugs-Compiler-Rule')
-rw-r--r--lang/p5-Pugs-Compiler-Rule/Makefile13
-rw-r--r--lang/p5-Pugs-Compiler-Rule/distinfo6
-rw-r--r--lang/p5-Pugs-Compiler-Rule/pkg-plist1
3 files changed, 8 insertions, 12 deletions
diff --git a/lang/p5-Pugs-Compiler-Rule/Makefile b/lang/p5-Pugs-Compiler-Rule/Makefile
index 45af6f1a6343..e9c43cfb8d9a 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.20
+PORTVERSION= 0.21
CATEGORIES= lang perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/F/FG/FGLOCK
@@ -29,12 +29,7 @@ MAN3= Pugs::Compiler::Regex.3 \
Pugs::Compiler::Rule.3 \
Pugs::Compiler::Token.3 \
Pugs::Grammar::Precedence.3 \
- Pugs::Runtime::Match.3
+ Pugs::Runtime::Match.3 \
+ Pugs::Runtime::StrPos.3
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.6 or later. Install lang/perl5 and try again
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/lang/p5-Pugs-Compiler-Rule/distinfo b/lang/p5-Pugs-Compiler-Rule/distinfo
index cad3099492a2..7100054215ed 100644
--- a/lang/p5-Pugs-Compiler-Rule/distinfo
+++ b/lang/p5-Pugs-Compiler-Rule/distinfo
@@ -1,3 +1,3 @@
-MD5 (Pugs-Compiler-Rule-0.20.tar.gz) = ce75b08a0b2a294502492c3423ae165f
-SHA256 (Pugs-Compiler-Rule-0.20.tar.gz) = 70ce0b25b8f05d80f0d98f95d5ccccabb699ea679f65a996b804610b00ae3316
-SIZE (Pugs-Compiler-Rule-0.20.tar.gz) = 56915
+MD5 (Pugs-Compiler-Rule-0.21.tar.gz) = 37f3b05e1955883d6b208daa3a1c0c95
+SHA256 (Pugs-Compiler-Rule-0.21.tar.gz) = 85f948b14e1e292e9353ac670c262c450f009acf9f886a37661c5ce812d46ef8
+SIZE (Pugs-Compiler-Rule-0.21.tar.gz) = 62722
diff --git a/lang/p5-Pugs-Compiler-Rule/pkg-plist b/lang/p5-Pugs-Compiler-Rule/pkg-plist
index c1927eb5c50c..af1415848dcb 100644
--- a/lang/p5-Pugs-Compiler-Rule/pkg-plist
+++ b/lang/p5-Pugs-Compiler-Rule/pkg-plist
@@ -14,6 +14,7 @@
%%SITE_PERL%%/Pugs/Runtime/Match/HsBridge.pm
%%SITE_PERL%%/Pugs/Runtime/Regex.pm
%%SITE_PERL%%/Pugs/Runtime/Rule.pm
+%%SITE_PERL%%/Pugs/Runtime/StrPos.pm
@dirrm %%SITE_PERL%%/Pugs/Runtime/Match
@dirrmtry %%SITE_PERL%%/Pugs/Runtime
@dirrmtry %%SITE_PERL%%/Pugs/Grammar