aboutsummaryrefslogtreecommitdiffstats
path: root/www/rt36
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-07-26 18:36:39 +0800
committerdemon <demon@FreeBSD.org>2004-07-26 18:36:39 +0800
commit39b7a084c6f2502aa8e0f50fc985ba8b3c033a2e (patch)
treedfc44e3a315bf10afe1308a6ed5d5c0cb9428ff1 /www/rt36
parentb8c31f2181f1b74978281c0f8df7511c201a201d (diff)
downloadfreebsd-ports-gnome-39b7a084c6f2502aa8e0f50fc985ba8b3c033a2e.tar.gz
freebsd-ports-gnome-39b7a084c6f2502aa8e0f50fc985ba8b3c033a2e.tar.zst
freebsd-ports-gnome-39b7a084c6f2502aa8e0f50fc985ba8b3c033a2e.zip
Modern version of RT supports perl 5.8.3 and above.
Diffstat (limited to 'www/rt36')
-rw-r--r--www/rt36/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile
index aaae45555d5c..ab1ecefb29b6 100644
--- a/www/rt36/Makefile
+++ b/www/rt36/Makefile
@@ -182,13 +182,8 @@ post-install:
.include <bsd.port.pre.mk>
-.if ${PERL_LEVEL} < 500601
-IGNORE= This program only support perl 5.6.1 or above
-.endif
-
-.if ${PERL_LEVEL} == 500601
-BUILD_DEPENDS+= ${SITE_PERL}/Encode/compat.pm:${PORTSDIR}/devel/p5-Encode-compat \
- ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
+.if ${PERL_LEVEL} < 500803
+IGNORE= This program only support perl 5.8.3 or above
.endif
.include <bsd.port.post.mk>