diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-07 18:17:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-07 18:17:37 +0800 |
commit | 44c36d5c6e33802b8a1172e240ea7fdf2ca1cb57 (patch) | |
tree | f0a80864c317f17f6773617d354b6fae19d58073 /mail/p5-Mail-Verp | |
parent | 5b6dba6c72c097e79f56bc8dfe3dfc8ca3ae0c21 (diff) | |
download | freebsd-ports-gnome-44c36d5c6e33802b8a1172e240ea7fdf2ca1cb57.tar.gz freebsd-ports-gnome-44c36d5c6e33802b8a1172e240ea7fdf2ca1cb57.tar.zst freebsd-ports-gnome-44c36d5c6e33802b8a1172e240ea7fdf2ca1cb57.zip |
Mail::Verp encodes the address of an email recipient into the envelope sender
address so that a bounce can be more easily handled even if the original
recipient is forwarding their mail to another address and the remote Mail
Transport Agents send back unhelpful bounce messages. The module must also be
used to decode bounce recipient addresses.
PR: ports/101282
Submitted by: Vivek Khera <vivek(at)khera.org>
Approved by: krion (mentor)
Diffstat (limited to 'mail/p5-Mail-Verp')
-rw-r--r-- | mail/p5-Mail-Verp/Makefile | 22 | ||||
-rw-r--r-- | mail/p5-Mail-Verp/distinfo | 3 | ||||
-rw-r--r-- | mail/p5-Mail-Verp/pkg-descr | 5 | ||||
-rw-r--r-- | mail/p5-Mail-Verp/pkg-plist | 5 |
4 files changed, 35 insertions, 0 deletions
diff --git a/mail/p5-Mail-Verp/Makefile b/mail/p5-Mail-Verp/Makefile new file mode 100644 index 000000000000..43b09875c9d3 --- /dev/null +++ b/mail/p5-Mail-Verp/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: textproc/p5-Mail-Verp +# Date created: Wed Aug 2 17:15:13 EDT 2006 +# Whom: Vivek Khera <vivek@khera.org> +# +# $FreeBSD$ +# + +PORTNAME= Mail-Verp +PORTVERSION= 0.05 +CATEGORIES= mail perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Mail +PKGNAMEPREFIX= p5- + +MAINTAINER= vivek@khera.org +COMMENT= Encodes and decodes Variable Envelope Return Paths (VERP) addresses + +PERL_CONFIGURE= yes + +MAN3= Mail::Verp.3 + +.include <bsd.port.mk> diff --git a/mail/p5-Mail-Verp/distinfo b/mail/p5-Mail-Verp/distinfo new file mode 100644 index 000000000000..be9c2c72c2cb --- /dev/null +++ b/mail/p5-Mail-Verp/distinfo @@ -0,0 +1,3 @@ +MD5 (Mail-Verp-0.05.tar.gz) = 3e3a9aec7ec2df718b736bc861565c97 +SHA256 (Mail-Verp-0.05.tar.gz) = c0fd992d2116339b0839206164d67d509620fae4197e7a0bc878547ef8e4e761 +SIZE (Mail-Verp-0.05.tar.gz) = 12497 diff --git a/mail/p5-Mail-Verp/pkg-descr b/mail/p5-Mail-Verp/pkg-descr new file mode 100644 index 000000000000..cb2064c2beaa --- /dev/null +++ b/mail/p5-Mail-Verp/pkg-descr @@ -0,0 +1,5 @@ +Mail::Verp encodes the address of an email recipient into the envelope sender +address so that a bounce can be more easily handled even if the original +recipient is forwarding their mail to another address and the remote Mail +Transport Agents send back unhelpful bounce messages. The module must also be +used to decode bounce recipient addresses. diff --git a/mail/p5-Mail-Verp/pkg-plist b/mail/p5-Mail-Verp/pkg-plist new file mode 100644 index 000000000000..71e68815190c --- /dev/null +++ b/mail/p5-Mail-Verp/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Mail/Verp.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Verp/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Verp +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail +@dirrmtry %%SITE_PERL%%/Mail |