- Update to 3.19.0 - Reset PORTREVISION where apropriate (notably in slave ports) And while here, also portclippy and portfmt a bit. Approved by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) PR: 263059
20 lines
527 B
Makefile
20 lines
527 B
Makefile
# Created by: Pawel Pekala <c0rn@o2.pl>
|
|
|
|
PORTNAME= perl
|
|
|
|
COMMENT= Perl filtering plugin for Claws Mail
|
|
|
|
USES+= perl5 shebangfix
|
|
SHEBANG_FILES= src/plugins/perl/tools/matcherrc2perlfilter.pl
|
|
|
|
PLIST_FILES+= share/claws-mail/matcherrc2perlfilter.pl
|
|
|
|
CLAWS_PLUGINS_BUILD= ${PORTNAME}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/claws-mail
|
|
${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \
|
|
${STAGEDIR}${PREFIX}/share/claws-mail
|
|
|
|
.include "../claws-mail/Makefile.claws"
|
|
.include <bsd.port.mk>
|