diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-01-08 14:09:35 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-01-08 14:09:35 +0000 |
commit | 295022ae023bd020908e97f92c853b160791cfc5 (patch) | |
tree | 499d538d394601594328352132b430f6d47ff140 /databases/p5-DBIx-Class-QueryProfiler | |
parent | dee62797f56261452e58091f943543450201e648 (diff) | |
download | ports-295022ae023bd020908e97f92c853b160791cfc5.tar.gz ports-295022ae023bd020908e97f92c853b160791cfc5.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Class-QueryProfiler')
-rw-r--r-- | databases/p5-DBIx-Class-QueryProfiler/Makefile | 23 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-QueryProfiler/distinfo | 3 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-QueryProfiler/pkg-descr | 4 | ||||
-rw-r--r-- | databases/p5-DBIx-Class-QueryProfiler/pkg-plist | 7 |
4 files changed, 37 insertions, 0 deletions
diff --git a/databases/p5-DBIx-Class-QueryProfiler/Makefile b/databases/p5-DBIx-Class-QueryProfiler/Makefile new file mode 100644 index 000000000000..a547f39bc207 --- /dev/null +++ b/databases/p5-DBIx-Class-QueryProfiler/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: DBIx-Class-QueryProfiler +# Date created: 25 December 2009 +# Whom: andrey@kostenko.name +# +# $FreeBSD$ + +PORTNAME= DBIx-Class-QueryProfiler +PORTVERSION= 0.02 +CATEGORIES= databases perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= andrey@kostenko.name +COMMENT= DBIx::Class profiler + +BUILD_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \ + p5-parent>=0:${PORTSDIR}/devel/p5-parent +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= 5.8.9+ +MAN3= DBIx::Class::QueryProfiler.3 + +.include <bsd.port.mk> diff --git a/databases/p5-DBIx-Class-QueryProfiler/distinfo b/databases/p5-DBIx-Class-QueryProfiler/distinfo new file mode 100644 index 000000000000..c8ff9b1c27bd --- /dev/null +++ b/databases/p5-DBIx-Class-QueryProfiler/distinfo @@ -0,0 +1,3 @@ +MD5 (DBIx-Class-QueryProfiler-0.02.tar.gz) = c78599469faeb6f4b6ce36ee275cd1a2 +SHA256 (DBIx-Class-QueryProfiler-0.02.tar.gz) = 8a1c4920b2a0e9ae5db28848ae74d8c8c5bc9cb353ddfa5657e1f9d816b41ca0 +SIZE (DBIx-Class-QueryProfiler-0.02.tar.gz) = 48407 diff --git a/databases/p5-DBIx-Class-QueryProfiler/pkg-descr b/databases/p5-DBIx-Class-QueryProfiler/pkg-descr new file mode 100644 index 000000000000..84c12d288b43 --- /dev/null +++ b/databases/p5-DBIx-Class-QueryProfiler/pkg-descr @@ -0,0 +1,4 @@ +DBIx::Class::QueryProfiler is a profiler for DBIx::Class. Also +it provides more usable output or queries. + +WWW: http://search.cpan.org/dist/DBIx-Class-QueryProfiler diff --git a/databases/p5-DBIx-Class-QueryProfiler/pkg-plist b/databases/p5-DBIx-Class-QueryProfiler/pkg-plist new file mode 100644 index 000000000000..78d645abc92a --- /dev/null +++ b/databases/p5-DBIx-Class-QueryProfiler/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/DBIx/Class/QueryProfiler.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/QueryProfiler/.packlist +@dirrmtry %%SITE_PERL%%/DBIx/Class +@dirrmtry %%SITE_PERL%%/DBIx +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class/QueryProfiler +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx/Class +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBIx |