diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 12:24:18 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 12:24:18 +0000 |
commit | 86751c8063bbadf2a2d7c0b25e99c78446c9592c (patch) | |
tree | 74c2353251591904f2bffb7b69a0b5da9cf445ec /www/p5-Mojolicious-Plugin-Database | |
parent | b4657c7e703c1caa576634d04b84e9d9518acacd (diff) |
Notes
Diffstat (limited to 'www/p5-Mojolicious-Plugin-Database')
-rw-r--r-- | www/p5-Mojolicious-Plugin-Database/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/www/p5-Mojolicious-Plugin-Database/Makefile b/www/p5-Mojolicious-Plugin-Database/Makefile index 4d557426e44b..968ded6604ed 100644 --- a/www/p5-Mojolicious-Plugin-Database/Makefile +++ b/www/p5-Mojolicious-Plugin-Database/Makefile @@ -28,11 +28,4 @@ PERL_CONFIGURE= yes MAN3= Mojolicious::Plugin::Database.3 \ Mojolicious::Plugin::README.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -RUN_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |