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

(-)Makefile (-3 / +2 lines)
Lines 17-27 Link Here
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
18
BUILD_DEPENDS=	${SITE_PERL}/MIME/Tools.pm:${PORTSDIR}/mail/p5-MIME-Tools \
19
		${SITE_PERL}//${PERL_ARCH}/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
19
		${SITE_PERL}//${PERL_ARCH}/MIME/QuotedPrint.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
20
		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
20
		${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
21
		${SITE_PERL}/Mail/Mbox/MessageParser.pm:${PORTSDIR}/mail/p5-Mail-Mbox-MessageParser
21
RUN_DEPENDS=	${BUILD_DEPENDS}
22
RUN_DEPENDS=	${BUILD_DEPENDS}
22
23
23
BROKEN=		Incorrect pkg-plist
24
25
PERL_CONFIGURE=	yes
24
PERL_CONFIGURE=	yes
26
25
27
MAN3=		Mail::MboxParser.3 Mail::MboxParser::Base.3 \
26
MAN3=		Mail::MboxParser.3 Mail::MboxParser::Base.3 \
Lines 32-38 Link Here
32
.include <bsd.port.pre.mk>
31
.include <bsd.port.pre.mk>
33
32
34
.if ${PERL_LEVEL} < 500601
33
.if ${PERL_LEVEL} < 500601
35
IGNORE=		This port requires perl 5.6.x or later. Install lang/perl5 then try again
34
IGNORE=		requires perl 5.6.x or later. Install lang/perl5 then try again
36
.endif
35
.endif
37
36
38
.include <bsd.port.post.mk>
37
.include <bsd.port.post.mk>
(-)pkg-descr (+2 lines)
Lines 3-5 Link Here
3
Its purpose is to _easily_ extract messages from a mailbox with _simple_
3
Its purpose is to _easily_ extract messages from a mailbox with _simple_
4
access to header fields, body and MIME-parts.  It is particularly easy to
4
access to header fields, body and MIME-parts.  It is particularly easy to
5
deal with any kind of attached files.
5
deal with any kind of attached files.
6
7
WWW: http://search.cpan.org/dist/Mail-MboxParser/
(-)pkg-plist (-4 lines)
Lines 3-12 Link Here
3
%%SITE_PERL%%/Mail/MboxParser/Mail.pm
3
%%SITE_PERL%%/Mail/MboxParser/Mail.pm
4
%%SITE_PERL%%/Mail/MboxParser/Mail/Convertable.pm
4
%%SITE_PERL%%/Mail/MboxParser/Mail/Convertable.pm
5
%%SITE_PERL%%/Mail/MboxParser/Mail/Body.pm
5
%%SITE_PERL%%/Mail/MboxParser/Mail/Body.pm
6
%%SITE_PERL%%/Mail/Mbox/MessageParser/Grep.pm
7
%%SITE_PERL%%/Mail/Mbox/MessageParser/Perl.pm
8
%%SITE_PERL%%/Mail/Mbox/MessageParser/MetaInfo.pm
9
%%SITE_PERL%%/Mail/Mbox/MessageParser/Config.pm
10
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser/.packlist
6
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser/.packlist
11
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser
7
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/MboxParser
12
@dirrm %%SITE_PERL%%/Mail/MboxParser/Mail
8
@dirrm %%SITE_PERL%%/Mail/MboxParser/Mail

Return to bug 96181