pkgsrc/textproc/p5-Text-CSV/Makefile
wen 1d3edff8c3 Update to 2.01
Upstream changes:
Changes for version 2.01 - 2021-06-19
Imported tests/fixes from Text::CSV_XS 1.46
Updated XS_Version to 1.46, and if an older version of Text::CSV_XS is installed, make sure to update it (GH#49, mohawk2++)
2021-08-21 01:27:12 +00:00

19 lines
533 B
Makefile

# $NetBSD: Makefile,v 1.32 2021/08/21 01:27:12 wen Exp $
#
DISTNAME= Text-CSV-2.01
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/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"