70a5c1c849
Upstream changes: 0.22 - Text::CSV 1.31 requierd in Makefile.PL (even works in minor version) 0.21 Thu Jun 13 14:31:12 2013 - Text::CSV 1.30 requierd in Makefile.PL (even works in minor version) 0.20 Wed Jun 12 13:18:02 2013 - update modules and test for Text::CSV_XS 0.99 and Text::CSV_PP 1.30
19 lines
537 B
Makefile
19 lines
537 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/08/25 23:51:33 wen Exp $
|
|
|
|
DISTNAME= Text-CSV-Encoded-0.22
|
|
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-Encoded/
|
|
COMMENT= Encoding aware Text::CSV
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Text-CSV>=1.31:../../textproc/p5-Text-CSV
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Text/CSV/Encoded/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|