bd9ca65477
pkgsrc changes: - Adjusting dependency to newly released Text::CSV_XS Upstream changes: 1.15 Thu Oct 15 17:23:39 2009 - updated the compatibility for Text::CSV_XS version 0.69 * Auto detection of eol => "\r" in streams (but incomplete correspondence. I will rewrite CSV_PP in the future)
21 lines
567 B
Makefile
21 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/10/17 14:14:47 sno Exp $
|
|
#
|
|
|
|
DISTNAME= Text-CSV-1.15
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Text-CSV/
|
|
COMMENT= Comma-separated values manipulator (using XS or PurePerl)
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
DEPENDS+= p5-Text-CSV_XS>=0.69:../../textproc/p5-Text-CSV_XS
|
|
|
|
PERL5_PACKLIST= auto/Text/CSV/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|