summaryrefslogtreecommitdiff
path: root/mail/claws-mail-perl/Makefile
blob: 6c3068367cf8fbf52975c3839f763e288e805373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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

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

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