diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-14 16:28:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-09-14 16:28:21 +0000 |
commit | 447d38aa802bf8ea39746e42b39c2ccb7a35f60c (patch) | |
tree | 99fa654708abf0bc49b1cca14ba72ddfbc4fb69f /converters | |
parent | 5b3ed27552f7c761a4be4a031123cb9d693ad2d4 (diff) | |
download | ports-447d38aa802bf8ea39746e42b39c2ccb7a35f60c.tar.gz ports-447d38aa802bf8ea39746e42b39c2ccb7a35f60c.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-TNEF/Makefile | 4 | ||||
-rw-r--r-- | converters/p5-Convert-TNEF/pkg-descr | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile index fce1395e073f..943b51b49e9f 100644 --- a/converters/p5-Convert-TNEF/Makefile +++ b/converters/p5-Convert-TNEF/Makefile @@ -12,14 +12,14 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Convert PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thomas@goodking.ca COMMENT= Perl module to read TNEF files BUILD_DEPENDS= ${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \ ${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_CONFIGURE= yes MAN3= Convert::TNEF.3 diff --git a/converters/p5-Convert-TNEF/pkg-descr b/converters/p5-Convert-TNEF/pkg-descr index cfd4afca3830..19e2575ddef8 100644 --- a/converters/p5-Convert-TNEF/pkg-descr +++ b/converters/p5-Convert-TNEF/pkg-descr @@ -1,7 +1,7 @@ Perl module to read TNEF files -TNEF stands for Transport Neutral Encapsulation Format, and if you've -ever been unfortunate enough to receive one of these files as an email -attachment, you may want to use this module. +TNEF stands for Transport Neutral Encapsulation Format, and if +you've ever been unfortunate enough to receive one of these files +as an email attachment, you may want to use this module. -Roman Shterenzon <roman@xpert.com> +WWW: http://search.cpan.org/dist/Convert-TNEF/ |