aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-IO-CSVHeaderFile
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-03-15 22:54:20 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-03-15 22:54:20 +0000
commit573cd31b43e162b508d77c2946673ffe0d97c753 (patch)
tree5e8371e28bf90b303b824adaed9a5dd61f0627d6 /textproc/p5-IO-CSVHeaderFile
parenta6682572343dbbb1720d266d07fb96f2d23f396a (diff)
downloadports-573cd31b43e162b508d77c2946673ffe0d97c753.tar.gz
ports-573cd31b43e162b508d77c2946673ffe0d97c753.zip
- Add p5-IO-CSVHeaderFile 0.03, a Perl module to automate reads from CSV
formatted text files. PR: ports/74293 Submitted by: Vasek Balcar <vasek@ti.cz>
Notes
Notes: svn path=/head/; revision=131354
Diffstat (limited to 'textproc/p5-IO-CSVHeaderFile')
-rw-r--r--textproc/p5-IO-CSVHeaderFile/Makefile31
-rw-r--r--textproc/p5-IO-CSVHeaderFile/distinfo2
-rw-r--r--textproc/p5-IO-CSVHeaderFile/pkg-descr1
-rw-r--r--textproc/p5-IO-CSVHeaderFile/pkg-plist5
4 files changed, 39 insertions, 0 deletions
diff --git a/textproc/p5-IO-CSVHeaderFile/Makefile b/textproc/p5-IO-CSVHeaderFile/Makefile
new file mode 100644
index 000000000000..e15ae04fd149
--- /dev/null
+++ b/textproc/p5-IO-CSVHeaderFile/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: p5-IO-CSVHeaderFile
+# Date created: Nov 23 03:11:08 MSK 2004
+# Whom: Vasek Balcar <vasek@ti.cz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= IO-CSVHeaderFile
+PORTVERSION= 0.03
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= IO
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= vasek@ti.cz
+COMMENT= Perl module to automate reads from CSV formatted text files
+
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= IO::CSVHeaderFile.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= "Needs perl 5.6.0 or higher, install lang/perl5.6 and try again"
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/textproc/p5-IO-CSVHeaderFile/distinfo b/textproc/p5-IO-CSVHeaderFile/distinfo
new file mode 100644
index 000000000000..8b16cc7d620f
--- /dev/null
+++ b/textproc/p5-IO-CSVHeaderFile/distinfo
@@ -0,0 +1,2 @@
+MD5 (IO-CSVHeaderFile-0.03.tar.gz) = a1c2d5da05a68faff8b9c266123205f0
+SIZE (IO-CSVHeaderFile-0.03.tar.gz) = 3276
diff --git a/textproc/p5-IO-CSVHeaderFile/pkg-descr b/textproc/p5-IO-CSVHeaderFile/pkg-descr
new file mode 100644
index 000000000000..b120b97ec912
--- /dev/null
+++ b/textproc/p5-IO-CSVHeaderFile/pkg-descr
@@ -0,0 +1 @@
+IO::CSVHeaderFile is a module that adds read/write CSV capabilities.
diff --git a/textproc/p5-IO-CSVHeaderFile/pkg-plist b/textproc/p5-IO-CSVHeaderFile/pkg-plist
new file mode 100644
index 000000000000..f05dec2d79f0
--- /dev/null
+++ b/textproc/p5-IO-CSVHeaderFile/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/IO/CSVHeaderFile.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/CSVHeaderFile/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/CSVHeaderFile
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/IO 2>/dev/null || true