aboutsummaryrefslogtreecommitdiff
path: root/mail/claws-mail-perl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/claws-mail-perl/Makefile')
-rw-r--r--mail/claws-mail-perl/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/mail/claws-mail-perl/Makefile b/mail/claws-mail-perl/Makefile
index 474979ddc727..7ceb0be00ddb 100644
--- a/mail/claws-mail-perl/Makefile
+++ b/mail/claws-mail-perl/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= perl
-PORTVERSION= 0.9.7
-PORTREVISION= 5
+PORTVERSION= 0.9.8
CATEGORIES= mail
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
PKGNAMEPREFIX= claws-mail-
@@ -16,12 +15,12 @@ DISTNAME= perl_plugin-${PORTVERSION}
MAINTAINER= c0rn@o2.pl
COMMENT= Perl filtering plugin for claws-mail
-BUILD_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
-RUN_DEPENDS= claws-mail>=2.6:${PORTSDIR}/mail/claws-mail
+BUILD_DEPENDS= claws-mail>=2.9:${PORTSDIR}/mail/claws-mail
+RUN_DEPENDS= claws-mail>=2.9:${PORTSDIR}/mail/claws-mail
USE_GMAKE= yes
USE_XLIB= yes
-USE_AUTOTOOLS= autoconf:259
+USE_AUTOTOOLS= autoconf:261
USE_PERL5= yes
PLIST_FILES= lib/claws-mail/plugins/perl_plugin.a \
@@ -29,15 +28,9 @@ PLIST_FILES= lib/claws-mail/plugins/perl_plugin.a \
lib/claws-mail/plugins/perl_plugin.so \
share/claws-mail/matcherrc2perlfilter.pl
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 500600
-IGNORE= requires newer Perl, but you can use databases/p5-DBI-137 instead
-.endif
-
post-install:
@${MKDIR} ${PREFIX}/share/claws-mail
@${INSTALL_SCRIPT} ${WRKSRC}/tools/matcherrc2perlfilter.pl \
${PREFIX}/share/claws-mail/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>