aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBIx-Class-QueryProfiler
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-14 19:27:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-06-14 19:27:39 +0000
commitda2705c91e5afa5f952957dc1f7f1bc8c4502bac (patch)
tree79ed120e5ce61e593411bd76d046f322622d0970 /databases/p5-DBIx-Class-QueryProfiler
parentb6e488b7a8d7a7e4a05bf444ce9ec9c49cfd1e48 (diff)
downloadports-da2705c91e5afa5f952957dc1f7f1bc8c4502bac.tar.gz
ports-da2705c91e5afa5f952957dc1f7f1bc8c4502bac.zip
Notes
Diffstat (limited to 'databases/p5-DBIx-Class-QueryProfiler')
-rw-r--r--databases/p5-DBIx-Class-QueryProfiler/Makefile21
-rw-r--r--databases/p5-DBIx-Class-QueryProfiler/distinfo4
-rw-r--r--databases/p5-DBIx-Class-QueryProfiler/pkg-descr2
3 files changed, 18 insertions, 9 deletions
diff --git a/databases/p5-DBIx-Class-QueryProfiler/Makefile b/databases/p5-DBIx-Class-QueryProfiler/Makefile
index 35dd55f36b59..e6a31994f8cc 100644
--- a/databases/p5-DBIx-Class-QueryProfiler/Makefile
+++ b/databases/p5-DBIx-Class-QueryProfiler/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= DBIx-Class-QueryProfiler
-PORTVERSION= 0.03
+PORTVERSION= 0.04
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -13,11 +13,20 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
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}
+BUILD_DEPENDS= p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
+RUN_DEPENDS= p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class
+TEST_DEPENDS= p5-Test-Perl-Critic>=0:${PORTSDIR}/devel/p5-Test-Perl-Critic
PERL_CONFIGURE= 5.8.9+
-MAN3= DBIx::Class::QueryProfiler.3
-.include <bsd.port.mk>
+MAN3= DBIx::Class::QueryProfiler.3
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+
+BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
+RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/databases/p5-DBIx-Class-QueryProfiler/distinfo b/databases/p5-DBIx-Class-QueryProfiler/distinfo
index 341fca6beadb..9a71a979bbbd 100644
--- a/databases/p5-DBIx-Class-QueryProfiler/distinfo
+++ b/databases/p5-DBIx-Class-QueryProfiler/distinfo
@@ -1,2 +1,2 @@
-SHA256 (DBIx-Class-QueryProfiler-0.03.tar.gz) = ac33a2c6837ce2a05cfd0a3f7b96140bc5a0d49f3b0b0d762b91693beddd016d
-SIZE (DBIx-Class-QueryProfiler-0.03.tar.gz) = 25507
+SHA256 (DBIx-Class-QueryProfiler-0.04.tar.gz) = 9eb6efe3c9d21051c4ccb1be45653a124857b485f7ed39da1bd1f79c159954c2
+SIZE (DBIx-Class-QueryProfiler-0.04.tar.gz) = 4846
diff --git a/databases/p5-DBIx-Class-QueryProfiler/pkg-descr b/databases/p5-DBIx-Class-QueryProfiler/pkg-descr
index 84c12d288b43..17172f869ff4 100644
--- a/databases/p5-DBIx-Class-QueryProfiler/pkg-descr
+++ b/databases/p5-DBIx-Class-QueryProfiler/pkg-descr
@@ -1,4 +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
+WWW: http://search.cpan.org/dist/DBIx-Class-QueryProfiler/