aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Template-Plugin-CSV
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Template-Plugin-CSV')
-rw-r--r--textproc/p5-Template-Plugin-CSV/Makefile20
-rw-r--r--textproc/p5-Template-Plugin-CSV/distinfo2
-rw-r--r--textproc/p5-Template-Plugin-CSV/pkg-descr7
-rw-r--r--textproc/p5-Template-Plugin-CSV/pkg-plist2
4 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-Template-Plugin-CSV/Makefile b/textproc/p5-Template-Plugin-CSV/Makefile
new file mode 100644
index 000000000000..cd819f2f580e
--- /dev/null
+++ b/textproc/p5-Template-Plugin-CSV/Makefile
@@ -0,0 +1,20 @@
+# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
+# $FreeBSD$
+
+PORTNAME= Template-Plugin-CSV
+PORTVERSION= 0.04
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:GUGOD
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= dgeo@centrale-marseille.fr
+COMMENT= Template::Plugin::CSV - Plugin for generating CSV
+
+BUILD_DEPENDS= p5-Template-Toolkit>0:${PORTSDIR}/www/p5-Template-Toolkit
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+USES= perl5
+USE_PERL5= configure
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Template-Plugin-CSV/distinfo b/textproc/p5-Template-Plugin-CSV/distinfo
new file mode 100644
index 000000000000..06923f661ddd
--- /dev/null
+++ b/textproc/p5-Template-Plugin-CSV/distinfo
@@ -0,0 +1,2 @@
+SHA256 (Template-Plugin-CSV-0.04.tar.gz) = cc96af7d7ce7381d8ec12266732bd508d74eaa972192d0e09f438edea15c4887
+SIZE (Template-Plugin-CSV-0.04.tar.gz) = 17757
diff --git a/textproc/p5-Template-Plugin-CSV/pkg-descr b/textproc/p5-Template-Plugin-CSV/pkg-descr
new file mode 100644
index 000000000000..b023674b1daa
--- /dev/null
+++ b/textproc/p5-Template-Plugin-CSV/pkg-descr
@@ -0,0 +1,7 @@
+This is a very simple TT2 Plugin for generating CSV.
+
+A CSV object will be instantiated via the following directive:
+
+[% USE CSV %]
+
+WWW: http://search.cpan.org/dist/Template-Plugin-CSV/
diff --git a/textproc/p5-Template-Plugin-CSV/pkg-plist b/textproc/p5-Template-Plugin-CSV/pkg-plist
new file mode 100644
index 000000000000..2681fb0f9e4c
--- /dev/null
+++ b/textproc/p5-Template-Plugin-CSV/pkg-plist
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Template::Plugin::CSV.3.gz
+%%SITE_PERL%%/Template/Plugin/CSV.pm