diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 08:50:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 08:50:54 +0000 |
commit | c810d087f5fbc0429e3ebc3ef127a9851b1727a9 (patch) | |
tree | eb176d06cd2dcf4e86e08a8011388d5168f72270 /databases/p5-DBIx-Class-QueryProfiler | |
parent | 3244293a3923eddc659a79f342f78fe1a5e53c25 (diff) | |
download | ports-c810d087f5fbc0429e3ebc3ef127a9851b1727a9.tar.gz ports-c810d087f5fbc0429e3ebc3ef127a9851b1727a9.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-Class-QueryProfiler')
-rw-r--r-- | databases/p5-DBIx-Class-QueryProfiler/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/databases/p5-DBIx-Class-QueryProfiler/Makefile b/databases/p5-DBIx-Class-QueryProfiler/Makefile index f7965212df84..a373d9fe1744 100644 --- a/databases/p5-DBIx-Class-QueryProfiler/Makefile +++ b/databases/p5-DBIx-Class-QueryProfiler/Makefile @@ -26,12 +26,4 @@ PERL_CONFIGURE= yes 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> +.include <bsd.port.mk> |