diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-04 11:29:25 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-09-04 11:29:25 +0000 |
commit | 44ef87cccc6da8b8b1845c35917e1956099a3871 (patch) | |
tree | 0613b88f5438a688d3dcb5f53809b26e287ba911 /devel/p5-DateTime-Event-Recurrence | |
parent | 56d6e6fcd1e37ecc7d757387a1007d51834a3eed (diff) | |
download | ports-44ef87cccc6da8b8b1845c35917e1956099a3871.tar.gz ports-44ef87cccc6da8b8b1845c35917e1956099a3871.zip |
No longer requires 5.6.1
Notes
Notes:
svn path=/head/; revision=88516
Diffstat (limited to 'devel/p5-DateTime-Event-Recurrence')
-rw-r--r-- | devel/p5-DateTime-Event-Recurrence/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-DateTime-Event-Recurrence/Makefile b/devel/p5-DateTime-Event-Recurrence/Makefile index 5fbad3f99ee3..1d0036fc2e40 100644 --- a/devel/p5-DateTime-Event-Recurrence/Makefile +++ b/devel/p5-DateTime-Event-Recurrence/Makefile @@ -25,9 +25,10 @@ MAN3= DateTime::Event::Recurrence.3 .include <bsd.port.pre.mk> -# Depends on devel/p5-DateTime-Set which requires perl >= 5.6 .if ${PERL_LEVEL} < 500600 -IGNORE= Port requires perl 5.6.x or later. Install lang/perl5 then try again +post-patch: + ${PERL} -p -i.orig -e 's/(\$$\w+(?:-\>)?{\s*(?:\$$?\w+|\$$\w+->{\w+}\[\$$\w+\])\s*})\(/\&{$$1}(/g;' \ + ${WRKSRC}/lib/DateTime/Event/Recurrence.pm .endif .include <bsd.port.post.mk> |