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
|
2012-12-10 18:27:47 +01:00
|
|
|
PORTVERSION= 0.9.20
|
2006-04-29 16:35:40 +02:00
|
|
|
CATEGORIES= mail
|
2006-12-31 14:58:40 +01:00
|
|
|
MASTER_SITES= http://www.claws-mail.org/downloads/plugins/
|
|
|
|
PKGNAMEPREFIX= claws-mail-
|
2006-04-29 16:35:40 +02:00
|
|
|
DISTNAME= perl_plugin-${PORTVERSION}
|
|
|
|
|
2011-03-23 17:58:01 +01:00
|
|
|
MAINTAINER= pawel@FreeBSD.org
|
2012-12-10 18:27:47 +01:00
|
|
|
COMMENT= Perl filtering plugin for Claws Mail
|
2006-04-29 16:35:40 +02:00
|
|
|
|
2010-12-01 08:04:56 +01:00
|
|
|
LICENSE= GPLv3
|
2006-04-29 16:35:40 +02:00
|
|
|
|
2012-12-10 18:27:47 +01:00
|
|
|
BUILD_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail
|
|
|
|
RUN_DEPENDS= claws-mail>=3.9.0:${PORTSDIR}/mail/claws-mail
|
2011-08-29 19:15:09 +02:00
|
|
|
|
2006-04-29 16:35:40 +02:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= autoconf
|
2006-04-29 16:35:40 +02:00
|
|
|
USE_PERL5= yes
|
2010-12-01 08:04:56 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2006-04-29 16:35:40 +02:00
|
|
|
|
2006-12-31 14:58:40 +01:00
|
|
|
PLIST_FILES= lib/claws-mail/plugins/perl_plugin.a \
|
|
|
|
lib/claws-mail/plugins/perl_plugin.la \
|
|
|
|
lib/claws-mail/plugins/perl_plugin.so \
|
|
|
|
share/claws-mail/matcherrc2perlfilter.pl
|
2006-04-29 16:35:40 +02:00
|
|
|
|
|
|
|
post-install:
|
2006-12-31 14:58:40 +01:00
|
|
|
@${MKDIR} ${PREFIX}/share/claws-mail
|
2006-04-29 16:35:40 +02:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/tools/matcherrc2perlfilter.pl \
|
2006-12-31 14:58:40 +01:00
|
|
|
${PREFIX}/share/claws-mail/
|
2006-04-29 16:35:40 +02:00
|
|
|
|
2007-04-19 16:02:48 +02:00
|
|
|
.include <bsd.port.mk>
|