2012-12-10 18:27:47 +01:00
|
|
|
# Created by: Pawel Pekala <c0rn@o2.pl>
|
2006-04-29 16:35:40 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= perl
|
2013-05-11 16:10:28 +02:00
|
|
|
PORTREVISION= 0
|
2006-04-29 16:35:40 +02:00
|
|
|
|
2012-12-10 18:27:47 +01:00
|
|
|
COMMENT= Perl filtering plugin for Claws Mail
|
2006-04-29 16:35:40 +02:00
|
|
|
|
2013-08-29 17:01:46 +02:00
|
|
|
USES+= perl5
|
2006-04-29 16:35:40 +02:00
|
|
|
|
2013-05-11 16:10:28 +02:00
|
|
|
PLIST_FILES+= share/claws-mail/matcherrc2perlfilter.pl
|
|
|
|
|
|
|
|
CLAWS_PLUGINS_BUILD= perl
|
2006-04-29 16:35:40 +02:00
|
|
|
|
|
|
|
post-install:
|
2013-10-05 13:25:29 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/share/claws-mail
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \
|
|
|
|
${STAGEDIR}${PREFIX}/share/claws-mail/
|
2006-04-29 16:35:40 +02:00
|
|
|
|
2013-05-11 16:10:28 +02:00
|
|
|
.include "../claws-mail/Makefile.claws"
|
2007-04-19 16:02:48 +02:00
|
|
|
.include <bsd.port.mk>
|