0b56b2f45a
1.40 - 2019-09-15, H.Merijn Brand * Update to Devel::PPPort-3.52 * Development perl is now 5.28.2 * [csv2xlsx] sheetnames are restricted to 31 characters * Generate cpanfile * Add munge type "db" * [csv2xls/csv2xlsx] do not generate xls/xlsx on empty CSV (issue#18) * New: support $csv->formula (sub { ... }) * Support stacked encodings
17 lines
508 B
Makefile
17 lines
508 B
Makefile
# $NetBSD: Makefile,v 1.79 2019/11/12 13:52:19 mef Exp $
|
|
|
|
DISTNAME= Text-CSV_XS-1.40
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Text-CSV_XS
|
|
COMMENT= Routines for composition and decomposition of comma-separated values
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Text/CSV_XS/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|