mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
f0eb0b2638
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)
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# 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>
|