mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
add Class::CSV 1.02
Class based CSV parser/writer
This commit is contained in:
parent
244bdf1b37
commit
7d9bf7d8d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180693
@ -335,6 +335,7 @@
|
||||
SUBDIR += p5-CSS-Squish
|
||||
SUBDIR += p5-CSS-Tiny
|
||||
SUBDIR += p5-Chess-PGN-Parse
|
||||
SUBDIR += p5-Class-CSV
|
||||
SUBDIR += p5-Data-FormValidator
|
||||
SUBDIR += p5-Data-Report
|
||||
SUBDIR += p5-DelimMatch
|
||||
|
26
textproc/p5-Class-CSV/Makefile
Normal file
26
textproc/p5-Class-CSV/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: Class::CSV
|
||||
# Date created: Dec 25, 2006
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Class-CSV
|
||||
PORTVERSION= 1.02
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Class based CSV parser/writer
|
||||
|
||||
BUILD_DEPENDS= p5-Text-CSV_XS>=0.23:${PORTSDIR}/textproc/p5-Text-CSV_XS \
|
||||
p5-Class-Accessor>=0.18:${PORTSDIR}/devel/p5-Class-Accessor
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Class::CSV.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Class-CSV/distinfo
Normal file
3
textproc/p5-Class-CSV/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Class-CSV-1.02.tar.gz) = f811bcae2de07df90898d0bc447a86e4
|
||||
SHA256 (Class-CSV-1.02.tar.gz) = 863f434ee46d95b8020b1cca4a690f0b5d1b468f3980a5eec7b396ffd327b1c0
|
||||
SIZE (Class-CSV-1.02.tar.gz) = 6257
|
6
textproc/p5-Class-CSV/pkg-descr
Normal file
6
textproc/p5-Class-CSV/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
This module can be used to create objects from CSV files, or to create CSV
|
||||
files from objects. Text::CSV_XS is used for parsing and creating CSV file
|
||||
lines, so any limitations in Text::CSV_XS will of course be inherant in
|
||||
this module.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Class-CSV/
|
5
textproc/p5-Class-CSV/pkg-plist
Normal file
5
textproc/p5-Class-CSV/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Class/CSV.pm
|
||||
@dirrmtry %%SITE_PERL%%/Class
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/CSV/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class/CSV
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Class
|
Loading…
Reference in New Issue
Block a user