Upstream changes: 1.99 2019-01-02 - Fixed a number of tests to skip for older perls 1.98 2019-01-02 - Imported tests/fixes from Text::CSV_XS 1.38 - Added munge as alias for munge_column_names - Added support for key-value pair and combined keys
19 lines
533 B
Makefile
19 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.26 2019/01/25 12:55:27 wen Exp $
|
|
#
|
|
|
|
DISTNAME= Text-CSV-1.99
|
|
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}
|
|
|
|
DEPENDS+= p5-Text-CSV_XS>=0.99:../../textproc/p5-Text-CSV_XS
|
|
|
|
PERL5_PACKLIST= auto/Text/CSV/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|