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/
This commit is contained in:
parent
1c67c8e0e4
commit
c0dae6d2a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315305
5 changed files with 34 additions and 0 deletions
|
@ -388,6 +388,7 @@
|
|||
SUBDIR += p5-DBIx-DBHResolver
|
||||
SUBDIR += p5-DBIx-DBSchema
|
||||
SUBDIR += p5-DBIx-DataSource
|
||||
SUBDIR += p5-DBIx-Dump
|
||||
SUBDIR += p5-DBIx-Ease
|
||||
SUBDIR += p5-DBIx-HA
|
||||
SUBDIR += p5-DBIx-Inspector
|
||||
|
|
20
databases/p5-DBIx-Dump/Makefile
Normal file
20
databases/p5-DBIx-Dump/Makefile
Normal file
|
@ -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>
|
2
databases/p5-DBIx-Dump/distinfo
Normal file
2
databases/p5-DBIx-Dump/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (DBIx-Dump-0.04.tar.gz) = 1bc247dc8df31ad574949c004a701c7a71d68bd8d089ab3fa1504c7272304d1e
|
||||
SIZE (DBIx-Dump-0.04.tar.gz) = 3440
|
4
databases/p5-DBIx-Dump/pkg-descr
Normal file
4
databases/p5-DBIx-Dump/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
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/
|
7
databases/p5-DBIx-Dump/pkg-plist
Normal file
7
databases/p5-DBIx-Dump/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/DBIx/Dump.pm
|
||||
%%SITE_PERL%%/DBIx/sample.pl
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Dump/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Dump
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
|
||||
@dirrmtry %%SITE_PERL%%/DBIx
|
Loading…
Reference in a new issue