aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-06-15 03:27:39 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-06-15 03:27:39 +0800
commit6d74c3f29d30d6a7b00c4197439b1f24a44e12bf (patch)
treebd7defda4879bee30a9b6c51adc85ad8bff33843 /databases
parentf693ea93d3346e5e5b5302aeabde345c8afe020e (diff)
downloadfreebsd-ports-gnome-6d74c3f29d30d6a7b00c4197439b1f24a44e12bf.tar.gz
freebsd-ports-gnome-6d74c3f29d30d6a7b00c4197439b1f24a44e12bf.tar.zst
freebsd-ports-gnome-6d74c3f29d30d6a7b00c4197439b1f24a44e12bf.zip
- Update to 0.04
Changes: http://search.cpan.org/dist/DBIx-Class-QueryProfiler/
Diffstat (limited to 'databases')
-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/