import p5-Text-CSV 1.16
Text::CSV provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV class can combine fields into a CSV string and parse a CSV string into fields. from eric olsen
This commit is contained in:
parent
5e8a427e19
commit
ff82f19c5f
15
textproc/p5-Text-CSV/Makefile
Normal file
15
textproc/p5-Text-CSV/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/12/28 09:31:27 jasper Exp $
|
||||
|
||||
COMMENT= comma-separated values manipulation routines
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Text-CSV-1.16
|
||||
CATEGORIES= textproc
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/p5-Text-CSV/distinfo
Normal file
5
textproc/p5-Text-CSV/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Text-CSV-1.16.tar.gz) = y+HzHiwTqohllSezVCR0qQ==
|
||||
RMD160 (Text-CSV-1.16.tar.gz) = FRgkjfBgXuA9BrzCjgpv74GlOM8=
|
||||
SHA1 (Text-CSV-1.16.tar.gz) = iWJGyizdjl06g9U+60QNqvRcnqY=
|
||||
SHA256 (Text-CSV-1.16.tar.gz) = k3GfcfRkA4Lgn2NWiCYIDOmHKHZH9t4ENj0X678Gp7M=
|
||||
SIZE (Text-CSV-1.16.tar.gz) = 45569
|
3
textproc/p5-Text-CSV/pkg/DESCR
Normal file
3
textproc/p5-Text-CSV/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Text::CSV provides facilities for the composition and decomposition of
|
||||
comma-separated values. An instance of the Text::CSV class can combine
|
||||
fields into a CSV string and parse a CSV string into fields.
|
6
textproc/p5-Text-CSV/pkg/PLIST
Normal file
6
textproc/p5-Text-CSV/pkg/PLIST
Normal file
@ -0,0 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/12/28 09:31:27 jasper Exp $
|
||||
${P5SITE}/Text/
|
||||
${P5SITE}/Text/CSV.pm
|
||||
${P5SITE}/Text/CSV_PP.pm
|
||||
@man man/man3p/Text::CSV.3p
|
||||
@man man/man3p/Text::CSV_PP.3p
|
Loading…
Reference in New Issue
Block a user