aboutsummaryrefslogtreecommitdiffstats
path: root/mail/razor-agents/Makefile
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2003-01-24 02:54:49 +0800
committerleeym <leeym@FreeBSD.org>2003-01-24 02:54:49 +0800
commit2c6a7e1c2e19c097e3c4d879c5cdaa49be22539b (patch)
treedbf703987631070d97b82e813cbfc9cfa6f01d11 /mail/razor-agents/Makefile
parent9b9fedad3e769f201b128ea2be39e3e85059b084 (diff)
downloadfreebsd-ports-gnome-2c6a7e1c2e19c097e3c4d879c5cdaa49be22539b.tar.gz
freebsd-ports-gnome-2c6a7e1c2e19c097e3c4d879c5cdaa49be22539b.tar.zst
freebsd-ports-gnome-2c6a7e1c2e19c097e3c4d879c5cdaa49be22539b.zip
update to razor-agents-0.22
Diffstat (limited to 'mail/razor-agents/Makefile')
-rw-r--r--mail/razor-agents/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/razor-agents/Makefile b/mail/razor-agents/Makefile
index 221dd52505f1..46074ab1470d 100644
--- a/mail/razor-agents/Makefile
+++ b/mail/razor-agents/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= razor-agents
-PORTVERSION= 2.21
-PORTREVISION= 1
+PORTVERSION= 2.22
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= razor
@@ -34,10 +33,7 @@ post-install:
.include <bsd.port.pre.mk>
-PERL_MAJOR=${PERL_VER:C|^([1-9]+).*|\1|}
-PERL_MINOR=${PERL_VER:C|^[1-9]+\.0*([1-9]+).*|\1|}
-
-.if ${PERL_MAJOR} < 5 || ${PERL_MAJOR} == 5 && ${PERL_MINOR} < 8
+.if ${PERL_LEVEL} < 580000
BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
.endif