1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

- Add p5-DBIx-Admin-TableInfo 2.11

DBIx::Admin::TableInfo is a pure Perl module. It is a convenient wrapper around
all of these DBI methods:
- table_info()
- column_info()
- primary_key_info()
- foreign_key_info()

WWW: http://search.cpan.org/dist/DBIx-Admin-TableInfo/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-11 18:01:45 +00:00
parent 809b9922c3
commit 2951412210
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347899
5 changed files with 46 additions and 0 deletions

View File

@ -337,6 +337,7 @@
SUBDIR += p5-DBIx-Abstract
SUBDIR += p5-DBIx-Admin-CreateTable
SUBDIR += p5-DBIx-Admin-DSNManager
SUBDIR += p5-DBIx-Admin-TableInfo
SUBDIR += p5-DBIx-AnyDBD
SUBDIR += p5-DBIx-Browse
SUBDIR += p5-DBIx-Class

View File

@ -0,0 +1,27 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= DBIx-Admin-TableInfo
PORTVERSION= 2.11
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Wrapper for all of table_info(), column_info(), *_key_info()
LICENSE= ART20
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-DBIx-Admin-CreateTable>=2.09:${PORTSDIR}/databases/p5-DBIx-Admin-CreateTable \
p5-DBIx-Admin-DSNManager>=2:${PORTSDIR}/databases/p5-DBIx-Admin-DSNManager \
p5-Data-Dumper-Concise>=2.021:${PORTSDIR}/devel/p5-Data-Dumper-Concise \
p5-Moo>=1.004002:${PORTSDIR}/devel/p5-Moo
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Version>=1.002.003:${PORTSDIR}/devel/p5-Test-Version
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (DBIx-Admin-TableInfo-2.11.tgz) = 0ee14e79e9224f2d71017c477685570c4aa363a0c770de8fe89ce84c8cdba167
SIZE (DBIx-Admin-TableInfo-2.11.tgz) = 53860

View File

@ -0,0 +1,8 @@
DBIx::Admin::TableInfo is a pure Perl module. It is a convenient wrapper around
all of these DBI methods:
- table_info()
- column_info()
- primary_key_info()
- foreign_key_info()
WWW: http://search.cpan.org/dist/DBIx-Admin-TableInfo/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/DBIx/Admin/TableInfo.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Admin/TableInfo/.packlist
%%PERL5_MAN3%%/DBIx::Admin::TableInfo.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Admin/TableInfo
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Admin
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx
@dirrmtry %%SITE_PERL%%/DBIx/Admin
@dirrmtry %%SITE_PERL%%/DBIx