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/p5-Convert-TNEF/Makefile | |
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/p5-Convert-TNEF/Makefile')
-rw-r--r-- | converters/p5-Convert-TNEF/Makefile | 20 |
1 files changed, 20 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" |