summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-13 16:15:36 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-13 16:15:36 +0000
commitb59621d3ae883bef429a8fae6073bfa293a55222 (patch)
treeb415c7b2903cf47ada68c5557c3c6ac33a25fc41 /editors
parent- Update to 0.8.2 (diff)
- Revert ports/165605 as requested by portmgr@
Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
Notes
Notes: svn path=/head/; revision=293247
Diffstat (limited to 'editors')
-rw-r--r--editors/p5-Padre/Makefile22
1 files changed, 21 insertions, 1 deletions
diff --git a/editors/p5-Padre/Makefile b/editors/p5-Padre/Makefile
index a0002be2721e..f795482bbf9d 100644
--- a/editors/p5-Padre/Makefile
+++ b/editors/p5-Padre/Makefile
@@ -79,7 +79,7 @@ WX_COMPS= wx contrib
WX_UNICODE= yes
USE_DISPLAY= yes
PERL_CONFIGURE= yes
-USE_PERL5= yes
+USE_PERL5= 5.8.5+
USE_GETTEXT= yes
MAKE_JOBS_UNSAFE= yes
@@ -94,6 +94,26 @@ IGNORE= needs a threaded Perl, build with WITH_THREADS=yes flag and try again
IGNORE= needs an existing installation of Perl built with WITH_THREADS=yes
.endif
+.if ${PERL_LEVEL} < 501000
+BUILD_DEPENDS+= p5-Pod-Simple>=3.07:${PORTSDIR}/textproc/p5-Pod-Simple
+.endif
+
+.if ${PERL_LEVEL} >= 501000 && ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+= p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \
+ p5-Thread-Queue>=2.11:${PORTSDIR}/devel/p5-Thread-Queue \
+ p5-threads>=1.71:${PORTSDIR}/devel/p5-threads \
+ p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared
+RUN_DEPENDS+= p5-Encode>=2.26:${PORTSDIR}/converters/p5-Encode \
+ p5-Thread-Queue>=2.11:${PORTSDIR}/devel/p5-Thread-Queue \
+ p5-threads>=1.71:${PORTSDIR}/devel/p5-threads \
+ p5-threads-shared>=1.26:${PORTSDIR}/devel/p5-threads-shared
+.endif
+
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+= p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest
+RUN_DEPENDS+= p5-ExtUtils-Manifest>=1.56:${PORTSDIR}/devel/p5-ExtUtils-Manifest
+.endif
+
MAN3= Padre.3 \
Padre::Action.3 \
Padre::Action::Debug.3 \