summaryrefslogtreecommitdiff
path: root/mail/claws-mail-perl/Makefile
blob: 854815a12df036464a9ee895812514c714315a04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Pawel Pekala <c0rn@o2.pl>
# $FreeBSD$

PORTNAME=	perl
PORTREVISION=	0

COMMENT=	Perl filtering plugin for Claws Mail

USES+=		perl5

PLIST_FILES+=	share/claws-mail/matcherrc2perlfilter.pl

CLAWS_PLUGINS_BUILD=	perl

post-install:
	@${INSTALL_SCRIPT} ${WRKSRC}/src/plugins/perl/tools/matcherrc2perlfilter.pl \
		${PREFIX}/share/claws-mail/

.include "../claws-mail/Makefile.claws"
.include <bsd.port.mk>