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

(-)Makefile (-2 / +2 lines)
Lines 12-25 Link Here
12
MASTER_SITE_SUBDIR=	Convert
12
MASTER_SITE_SUBDIR=	Convert
13
PKGNAMEPREFIX=	p5-
13
PKGNAMEPREFIX=	p5-
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	thomas@goodking.ca
16
COMMENT=	Perl module to read TNEF files
16
COMMENT=	Perl module to read TNEF files
17
17
18
BUILD_DEPENDS=	${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
18
BUILD_DEPENDS=	${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
19
		${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools
19
		${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools
20
RUN_DEPENDS=	${BUILD_DEPENDS}
20
RUN_DEPENDS=	${BUILD_DEPENDS}
21
21
22
PERL_CONFIGURE=	yes	
22
PERL_CONFIGURE=	yes
23
23
24
MAN3=		Convert::TNEF.3
24
MAN3=		Convert::TNEF.3
25
25
(-)pkg-descr (-4 / +4 lines)
Lines 1-7 Link Here
1
Perl module to read TNEF files
1
Perl module to read TNEF files
2
2
3
TNEF stands for Transport Neutral Encapsulation Format, and if you've
3
TNEF stands for Transport Neutral Encapsulation Format, and if
4
ever been unfortunate enough to receive one of these files as an email
4
you've ever been unfortunate enough to receive one of these files
5
attachment, you may want to use this module.
5
as an email attachment, you may want to use this module.
6
6
7
Roman Shterenzon <roman@xpert.com>
7
WWW: http://search.cpan.org/~dougw/Convert-TNEF-0.17/

Return to bug 103266