diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-13 08:42:15 +0800 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-13 08:42:15 +0800 |
commit | a289327ceb3cf09ec1262dc993a902b15ae78ca6 (patch) | |
tree | 411a954cb344272d2ec2f69efcc34710f402222e /mail | |
parent | 222dde6290364c4bf086f0aaa068f63d2b11e714 (diff) | |
download | freebsd-ports-gnome-a289327ceb3cf09ec1262dc993a902b15ae78ca6.tar.gz freebsd-ports-gnome-a289327ceb3cf09ec1262dc993a902b15ae78ca6.tar.zst freebsd-ports-gnome-a289327ceb3cf09ec1262dc993a902b15ae78ca6.zip |
Add p5-Email-Filter 1.0, library for creating easy email filters.
This is another module produced by the "Perl Email Project", a reaction
against the complexity and increasing bugginess of the "Mail::*"
modules. It replaces Mail::Audit, and allows you to write programs
describing how your mail should be filtered.
WWW: http://search.cpan.org/dist/Email-Filter
PR: 59617
Submitted by: Lars Thegler <lars@thegler.dk>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/Makefile | 1 | ||||
-rw-r--r-- | mail/p5-Email-Filter/Makefile | 31 | ||||
-rw-r--r-- | mail/p5-Email-Filter/distinfo | 1 | ||||
-rw-r--r-- | mail/p5-Email-Filter/pkg-descr | 6 | ||||
-rw-r--r-- | mail/p5-Email-Filter/pkg-plist | 6 |
5 files changed, 45 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index a7a9e4793470..8f9667c243c4 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -193,6 +193,7 @@ SUBDIR += nullmailer SUBDIR += offlineimap SUBDIR += openwebmail + SUBDIR += p5-Email-Filter SUBDIR += p5-Email-Find SUBDIR += p5-Email-Folder SUBDIR += p5-Email-FolderType diff --git a/mail/p5-Email-Filter/Makefile b/mail/p5-Email-Filter/Makefile new file mode 100644 index 000000000000..93af6b6ecb35 --- /dev/null +++ b/mail/p5-Email-Filter/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Email-Filter +# Date created: 2003-08-31 +# Whom: Lars Thegler <lars@thegler.dk> +# +# $FreeBSD$ +# + +PORTNAME= Email-Filter +PORTVERSION= 1.0 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Email +PKGNAMEPREFIX= p5- + +MAINTAINER= lars@thegler.dk +COMMENT= Library for creating easy email filters + +BUILD_DEPENDS= ${SITE_PERL}/Email/Simple.pm:${PORTSDIR}/mail/p5-Email-Simple \ + ${SITE_PERL}/Email/LocalDelivery.pm:${PORTSDIR}/mail/p5-Email-LocalDelivery \ + ${SITE_PERL}/IPC/Run.pm:${PORTSDIR}/devel/p5-IPC-Run \ + ${SITE_PERL}/Class/Trigger.pm:${PORTSDIR}/devel/p5-Class-Trigger +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= Email::Filter.3 + +test: build + cd ${WRKSRC} ; make test + +.include <bsd.port.mk> diff --git a/mail/p5-Email-Filter/distinfo b/mail/p5-Email-Filter/distinfo new file mode 100644 index 000000000000..f047f0c7716c --- /dev/null +++ b/mail/p5-Email-Filter/distinfo @@ -0,0 +1 @@ +MD5 (Email-Filter-1.0.tar.gz) = 857a522c2c43991f59c65de9c8c05d40 diff --git a/mail/p5-Email-Filter/pkg-descr b/mail/p5-Email-Filter/pkg-descr new file mode 100644 index 000000000000..057d13b99e81 --- /dev/null +++ b/mail/p5-Email-Filter/pkg-descr @@ -0,0 +1,6 @@ +This is another module produced by the "Perl Email Project", a reaction +against the complexity and increasing bugginess of the "Mail::*" +modules. It replaces Mail::Audit, and allows you to write programs +describing how your mail should be filtered. + +WWW: http://search.cpan.org/dist/Email-Filter diff --git a/mail/p5-Email-Filter/pkg-plist b/mail/p5-Email-Filter/pkg-plist new file mode 100644 index 000000000000..e307b2f2cde4 --- /dev/null +++ b/mail/p5-Email-Filter/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/Email/Filter.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Filter/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Email/Filter +@unexec rmdir %D/%%SITE_PERL%%/Email 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Email 2>/dev/null || true |