aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Dump/Makefile
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2013-03-26 14:53:22 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2013-03-26 14:53:22 +0000
commitc0dae6d2a0fd5c39940becbdd8fed8b4281940c9 (patch)
treeba2947d925dde7bdfb0605312ddc02ea77497f7f /databases/p5-DBIx-Dump/Makefile
parent1c67c8e0e43734373f9a76b66b31d8a1757e1450 (diff)
downloadports-c0dae6d2a0fd5c39940becbdd8fed8b4281940c9.tar.gz
ports-c0dae6d2a0fd5c39940becbdd8fed8b4281940c9.zip
New port: databases/p5-DBIx-Dump:
DBIx::Dump allows you to easily dump database data, retrieved using DBI, into a variety of formats including Excel, CSV, etc... WWW: http://search.cpan.org/dist/DBIx-Dump/
Notes
Notes: svn path=/head/; revision=315305
Diffstat (limited to 'databases/p5-DBIx-Dump/Makefile')
-rw-r--r--databases/p5-DBIx-Dump/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Dump/Makefile b/databases/p5-DBIx-Dump/Makefile
new file mode 100644
index 000000000000..3a574b1b0748
--- /dev/null
+++ b/databases/p5-DBIx-Dump/Makefile
@@ -0,0 +1,20 @@
+# Created by: Ryan Steinmetz <zi@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= DBIx-Dump
+PORTVERSION= 0.04
+CATEGORIES= databases perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl@FreeBSD.org
+COMMENT= Module for dumping database (DBI) data into a variety of formats
+
+BUILD_DEPENDS= p5-DBI>=1.57:${PORTSDIR}/databases/p5-DBI
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN3= DBIx::Dump.3
+
+.include <bsd.port.mk>