freebsd-ports/mail/p5-Email-Outlook-Message/Makefile
Kurt Jaeger b532c3aa77 New port: mail/p5-Email-Outlook-Message
This module reads e-mail messages stored as .msg files (such as generated
by Outlook), and converts them to Email::MIME objects. It also includes a
command-line interface in the form of the msgconvert script.

Such files may be identified by file(1) as follows:
Composite Document File V2 Document

You do not need Outlook installed to use this module.

WWW: http://search.cpan.org/dist/Email-Outlook-Message/

PR:		209373
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2016-05-08 09:24:48 +00:00

25 lines
545 B
Makefile

# $FreeBSD$
PORTNAME= Email-Outlook-Message
PORTVERSION= 0.918
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Read e-mail messages stored as .msg files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Email-MIME>=0:mail/p5-Email-MIME \
p5-Email-Sender>=0:mail/p5-Email-Sender \
p5-Email-Simple>=0:mail/p5-Email-Simple \
p5-IO-String>=0:devel/p5-IO-String \
p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>