diff options
author | salo <salo@pkgsrc.org> | 2003-01-15 11:43:26 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-01-15 11:43:26 +0000 |
commit | 92feb319b2065bc2d974fa96c6debd7ca9a66649 (patch) | |
tree | e4b5fe9ec35e10e21cf91b36b00faedd28523e1f /textproc/p5-Cz-Cstools/Makefile | |
parent | bae57c8408f943fe59d332e59d1b5c361aa81ab7 (diff) | |
download | pkgsrc-92feb319b2065bc2d974fa96c6debd7ca9a66649.tar.gz |
Update to version 3.42.
Changes:
3.42 Fri Oct 18 11:29:40 MET DST 2002
- t/cstocs.t: now skips MIME tests if MIME::Words is not
installed.
3.4 Thu Oct 17 13:37:18 MET DST 2002
- Added support for MIME encoding. It requires MIME::Words from
MIME-Tools, and fixes a few bugs in that code.
Diffstat (limited to 'textproc/p5-Cz-Cstools/Makefile')
-rw-r--r-- | textproc/p5-Cz-Cstools/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/p5-Cz-Cstools/Makefile b/textproc/p5-Cz-Cstools/Makefile index 3fad4091bb7..ca81cde29a9 100644 --- a/textproc/p5-Cz-Cstools/Makefile +++ b/textproc/p5-Cz-Cstools/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.2 2002/10/07 15:09:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/15 11:43:26 salo Exp $ # -DISTNAME= Cstools-3.3 +DISTNAME= Cstools-3.42 PKGNAME= p5-Cz-${DISTNAME} SVR4_PKGNAME= p5cst CATEGORIES= textproc converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Cz/} -MAINTAINER= salo@Xtrmntr.org +MAINTAINER= salo@netbsd.org HOMEPAGE= http://www.fi.muni.cz/~adelton/perl/ COMMENT= Tools for dealing with Czech and Slovak texts in Perl +DEPENDS+= p5-MIME-tools>=5.411.1:../../mail/p5-MIME-tools + USE_BUILDLINK2= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Cz/.packlist |