View | Details | Raw Unified | Return to bug 209373
Collapse All | Expand All

(-)Makefile (+25 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	Email-Outlook-Message
4
PORTVERSION=	0.918
5
CATEGORIES=	mail perl5
6
MASTER_SITES=	CPAN
7
PKGNAMEPREFIX=	p5-
8
9
MAINTAINER=	perl@FreeBSD.org
10
COMMENT=	Read e-mail messages stored as .msg files
11
12
LICENSE=	ART10 GPLv1
13
LICENSE_COMB=	dual
14
15
RUN_DEPENDS= p5-Email-MIME>=0:mail/p5-Email-MIME \
16
	p5-Email-Sender>=0:mail/p5-Email-Sender \
17
	p5-Email-Simple>=0:mail/p5-Email-Simple \
18
	p5-IO-String>=0:devel/p5-IO-String \
19
	p5-OLE-Storage_Lite>=0:devel/p5-OLE-Storage_Lite
20
21
NO_ARCH=	yes
22
USES=		perl5
23
USE_PERL5=	configure
24
25
.include <bsd.port.mk>
(-)distinfo (+2 lines)
Line 0 Link Here
1
SHA256 (Email-Outlook-Message-0.918.tar.gz) = fb8a29f4c8bb842c7aeeea28427775e85832abc501281c525c7bdcdf51413af0
2
SIZE (Email-Outlook-Message-0.918.tar.gz) = 35338
(-)pkg-descr (+10 lines)
Line 0 Link Here
1
This module reads e-mail messages stored as .msg files (such as generated
2
by Outlook), and converts them to Email::MIME objects. It also includes a
3
command-line interface in the form of the msgconvert script.
4
5
Such files may be identified by file(1) as follows:
6
Composite Document File V2 Document
7
8
You do not need Outlook installed to use this module.
9
10
WWW: http://search.cpan.org/dist/Email-Outlook-Message/
(-)pkg-plist (+10 lines)
Line 0 Link Here
1
bin/msgconvert
2
%%SITE_PERL%%/Email/Outlook/Message/Attachment.pm
3
%%SITE_PERL%%/Email/Outlook/Message/Base.pm
4
%%SITE_PERL%%/Email/Outlook/Message/AddressInfo.pm
5
%%SITE_PERL%%/Email/Outlook/Message.pm
6
%%PERL5_MAN1%%/msgconvert.1.gz
7
%%PERL5_MAN3%%/Email::Outlook::Message::Attachment.3.gz
8
%%PERL5_MAN3%%/Email::Outlook::Message::Base.3.gz
9
%%PERL5_MAN3%%/Email::Outlook::Message.3.gz
10
%%PERL5_MAN3%%/Email::Outlook::Message::AddressInfo.3.gz

Return to bug 209373