freebsd-ports/mail/p5-Mail-Message/Makefile
Sunpoet Po-Chuan Hsieh b0e91fab5f Add p5-Mail-Message 3.007 (copied from p5-Mail-Box)
A Mail::Message object is a container for MIME-encoded message information, as
defined by RFC2822. Everything what is not specificaly related to storing the
messages in mailboxes (folders) is implemented in this class. Methods which are
related to folders is implemented in the Mail::Box::Message extension.

The main methods are get(), to get information from a message header field, and
decoded() to get the intended content of a message. But there are many more
which can assist your program.

Complex message handling, like construction of replies and forwards, are
implemented in separate packages which are autoloaded into this class. This
means you can simply use these methods as if they are part of this class. Those
package add functionality to all kinds of message objects.

WWW: https://metacpan.org/release/Mail-Message
2018-10-18 19:49:41 +00:00

29 lines
630 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Mail-Message
PORTVERSION= 3.007
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= General message object
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-IO-stringy>=0:devel/p5-IO-stringy \
p5-MIME-Types>=1.004:mail/p5-MIME-Types \
p5-Mail-Tools>=2.17:mail/p5-Mail-Tools \
p5-TimeDate>=0:devel/p5-TimeDate \
p5-URI>=1.23:net/p5-URI \
p5-User-Identity>=0.94:devel/p5-User-Identity
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>