diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2010-12-26 23:13:51 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2010-12-26 23:13:51 +0800 |
commit | 976879a03ebd76164595bfe53cc3b10b32301d2c (patch) | |
tree | 30387038a56a77d1940e88ad80b91a465448938d | |
parent | a62df56cb7c070e3bd03551952d36541c336159a (diff) | |
download | freebsd-ports-gnome-976879a03ebd76164595bfe53cc3b10b32301d2c.tar.gz freebsd-ports-gnome-976879a03ebd76164595bfe53cc3b10b32301d2c.tar.zst freebsd-ports-gnome-976879a03ebd76164595bfe53cc3b10b32301d2c.zip |
Get information from $dbh.
WWW: http://search.cpan.org/dist/DBIx-Inspector/
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/p5-DBIx-Inspector/Makefile | 30 | ||||
-rw-r--r-- | databases/p5-DBIx-Inspector/distinfo | 2 | ||||
-rw-r--r-- | databases/p5-DBIx-Inspector/pkg-descr | 3 | ||||
-rw-r--r-- | databases/p5-DBIx-Inspector/pkg-plist | 19 |
5 files changed, 55 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 55827e14f781..143fe7f1edd6 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -368,6 +368,7 @@ SUBDIR += p5-DBIx-DataSource SUBDIR += p5-DBIx-Ease SUBDIR += p5-DBIx-HA + SUBDIR += p5-DBIx-Inspector SUBDIR += p5-DBIx-Log4perl SUBDIR += p5-DBIx-MySQLSequence SUBDIR += p5-DBIx-NoSQL diff --git a/databases/p5-DBIx-Inspector/Makefile b/databases/p5-DBIx-Inspector/Makefile new file mode 100644 index 000000000000..3b8d365c4be9 --- /dev/null +++ b/databases/p5-DBIx-Inspector/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: DBIx::Inspector +# Date created: 26 Dec 2010 +# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= DBIx-Inspector +PORTVERSION= 0.04 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to get information from $dbh + +RUN_DEPENDS= \ + p5-Class-Accessor-Lite>0:${PORTSDIR}/devel/p5-Class-Accessor-Lite \ + p5-DBI>0:${PORTSDIR}/databases/p5-DBI +BUILD_DEPENDS= ${RUN_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= DBIx::Inspector.3 \ + DBIx::Inspector::Column.3 \ + DBIx::Inspector::ForeignKey.3 \ + DBIx::Inspector::Iterator.3 \ + DBIx::Inspector::Table.3 + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-Inspector/distinfo b/databases/p5-DBIx-Inspector/distinfo new file mode 100644 index 000000000000..95d27fd36340 --- /dev/null +++ b/databases/p5-DBIx-Inspector/distinfo @@ -0,0 +1,2 @@ +SHA256 (DBIx-Inspector-0.04.tar.gz) = 8ba7c9fd2ef5b863b78f613319a4620828029d366ae7acb309a0e6e968296b50 +SIZE (DBIx-Inspector-0.04.tar.gz) = 25031 diff --git a/databases/p5-DBIx-Inspector/pkg-descr b/databases/p5-DBIx-Inspector/pkg-descr new file mode 100644 index 000000000000..6a9a3c65dc47 --- /dev/null +++ b/databases/p5-DBIx-Inspector/pkg-descr @@ -0,0 +1,3 @@ +Get information from $dbh. + +WWW: http://search.cpan.org/dist/DBIx-Inspector/ diff --git a/databases/p5-DBIx-Inspector/pkg-plist b/databases/p5-DBIx-Inspector/pkg-plist new file mode 100644 index 000000000000..010a98fefbc2 --- /dev/null +++ b/databases/p5-DBIx-Inspector/pkg-plist @@ -0,0 +1,19 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Inspector/.packlist +%%SITE_PERL%%/DBIx/Inspector.pm +%%SITE_PERL%%/DBIx/Inspector/Column.pm +%%SITE_PERL%%/DBIx/Inspector/Driver/Base.pm +%%SITE_PERL%%/DBIx/Inspector/Driver/Pg.pm +%%SITE_PERL%%/DBIx/Inspector/Driver/SQLite.pm +%%SITE_PERL%%/DBIx/Inspector/Driver/mysql.pm +%%SITE_PERL%%/DBIx/Inspector/ForeignKey.pm +%%SITE_PERL%%/DBIx/Inspector/ForeignKey/Pg.pm +%%SITE_PERL%%/DBIx/Inspector/Iterator.pm +%%SITE_PERL%%/DBIx/Inspector/Iterator/Null.pm +%%SITE_PERL%%/DBIx/Inspector/Table.pm +@dirrm %%SITE_PERL%%/DBIx/Inspector/Iterator +@dirrm %%SITE_PERL%%/DBIx/Inspector/ForeignKey +@dirrm %%SITE_PERL%%/DBIx/Inspector/Driver +@dirrm %%SITE_PERL%%/DBIx/Inspector +@dirrmtry %%SITE_PERL%%/DBIx +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Inspector +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx |