mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix build [1]
- Update to 0.9.8 - Remove 4.X gruft Submitted by: krisbot [1] miwi Approved by: maintainer
This commit is contained in:
parent
089254b602
commit
462bc5138a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190356
2 changed files with 8 additions and 15 deletions
|
@ -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>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (perl_plugin-0.9.7.tar.gz) = 4ca50b69ef03b93d798fb6d8371ad925
|
||||
SHA256 (perl_plugin-0.9.7.tar.gz) = 1bde373bc260abec82533e1d1a2905d18890ceaf72a8c8780c6e23196d67bed8
|
||||
SIZE (perl_plugin-0.9.7.tar.gz) = 347354
|
||||
MD5 (perl_plugin-0.9.8.tar.gz) = 48cbdb0eeb55fa505ef7c3f77e1255bc
|
||||
SHA256 (perl_plugin-0.9.8.tar.gz) = c1024d869e0a054f447632b2ec822d4500fff6a5146659abb2b085922af7c559
|
||||
SIZE (perl_plugin-0.9.8.tar.gz) = 349560
|
||||
|
|
Loading…
Add table
Reference in a new issue