- Reformat pkg-descr

- Add WWW entry
- pet portlint(1)
- Pass maintainership to submitter

PR:		ports/103266
Submitted by:	Thomas Abthorpe <thomas at goodking.ca>
This commit is contained in:
Rong-En Fan 2006-09-14 16:28:21 +00:00
parent 5b3ed27552
commit 447d38aa80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173060
2 changed files with 6 additions and 6 deletions

View file

@ -12,14 +12,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert MASTER_SITE_SUBDIR= Convert
PKGNAMEPREFIX= p5- PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org MAINTAINER= thomas@goodking.ca
COMMENT= Perl module to read TNEF files COMMENT= Perl module to read TNEF files
BUILD_DEPENDS= ${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \ BUILD_DEPENDS= ${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools ${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools
RUN_DEPENDS= ${BUILD_DEPENDS} RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes PERL_CONFIGURE= yes
MAN3= Convert::TNEF.3 MAN3= Convert::TNEF.3

View file

@ -1,7 +1,7 @@
Perl module to read TNEF files Perl module to read TNEF files
TNEF stands for Transport Neutral Encapsulation Format, and if you've TNEF stands for Transport Neutral Encapsulation Format, and if
ever been unfortunate enough to receive one of these files as an email you've ever been unfortunate enough to receive one of these files
attachment, you may want to use this module. as an email attachment, you may want to use this module.
Roman Shterenzon <roman@xpert.com> WWW: http://search.cpan.org/dist/Convert-TNEF/