pkgsrc/textproc/p5-Text-CSV_XS/Makefile
sno ffa93611d5 Updating textproc/p5-Text-CSV_XS from 0.68 to 0.69
pkgsrc changes:
  - EXTRACT_SUFX changed to .tgz

Upstream changes:
2009-10-10 0.69 - H.Merijn Brand   <h.m.brand@xs4all.nl>
    * Missing end quotes in error code docs
    * examples/csv-check now shows detected eol
    * Auto detection of eol => "\r" in streams
    * Optimized caching. All cache changes now in XS
2009-10-17 14:11:20 +00:00

21 lines
565 B
Makefile

# $NetBSD: Makefile,v 1.28 2009/10/17 14:11:20 sno Exp $
#
DISTNAME= Text-CSV_XS-0.69
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5tcx
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Text-CSV_XS/
COMMENT= Routines for composition and decomposition of comma-separated values
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Text/CSV_XS/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"