diff options
author | martti <martti@pkgsrc.org> | 2001-10-22 05:47:16 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-10-22 05:47:16 +0000 |
commit | ac1a573336a1e7d2509062cdba1a0f3cab8b60a7 (patch) | |
tree | 9a3e47d158bc97eb8330cdba210bdd688fa3d20f /converters | |
parent | 5a37c293589908d36e4fa74cd28396d3ecb4bb81 (diff) | |
download | pkgsrc-ac1a573336a1e7d2509062cdba1a0f3cab8b60a7.tar.gz |
The Convert::TNEF module provides a Perl interface 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.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Convert-TNEF/Makefile | 20 | ||||
-rw-r--r-- | converters/p5-Convert-TNEF/distinfo | 4 | ||||
-rw-r--r-- | converters/p5-Convert-TNEF/pkg/DESCR | 5 | ||||
-rw-r--r-- | converters/p5-Convert-TNEF/pkg/PLIST | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/converters/p5-Convert-TNEF/Makefile b/converters/p5-Convert-TNEF/Makefile new file mode 100644 index 00000000000..29d57149184 --- /dev/null +++ b/converters/p5-Convert-TNEF/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/10/22 05:47:16 martti Exp $ + +DISTNAME= Convert-TNEF-0.12 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tnf +CATEGORIES= sysutils perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 module interface to read TNEF files + +DEPENDS+= p5-MIME-tools-[0-9]*:../../mail/p5-MIME-tools + +USE_PERL5= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Convert/TNEF/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/converters/p5-Convert-TNEF/distinfo b/converters/p5-Convert-TNEF/distinfo new file mode 100644 index 00000000000..682bd848826 --- /dev/null +++ b/converters/p5-Convert-TNEF/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/10/22 05:47:16 martti Exp $ + +SHA1 (Convert-TNEF-0.12.tar.gz) = f69c5888521d17abefe08594417eeb2382653181 +Size (Convert-TNEF-0.12.tar.gz) = 11649 bytes diff --git a/converters/p5-Convert-TNEF/pkg/DESCR b/converters/p5-Convert-TNEF/pkg/DESCR new file mode 100644 index 00000000000..6060c182477 --- /dev/null +++ b/converters/p5-Convert-TNEF/pkg/DESCR @@ -0,0 +1,5 @@ +The Convert::TNEF module provides a Perl interface 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. diff --git a/converters/p5-Convert-TNEF/pkg/PLIST b/converters/p5-Convert-TNEF/pkg/PLIST new file mode 100644 index 00000000000..e1ddbfd4eda --- /dev/null +++ b/converters/p5-Convert-TNEF/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/10/22 05:47:16 martti Exp $ |