diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 05:30:22 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 05:30:22 +0000 |
commit | 78b3a904f62a3aade7047a00e1b0ab8673436d9c (patch) | |
tree | 022db37bfa72ed865cf954d4d9839c06e1b39b38 /math/p5-Geo-Distance | |
parent | 84fb9b518055d94169aae99d820216f5ac4421e7 (diff) | |
download | ports-78b3a904f62a3aade7047a00e1b0ab8673436d9c.tar.gz ports-78b3a904f62a3aade7047a00e1b0ab8673436d9c.zip |
Notes
Diffstat (limited to 'math/p5-Geo-Distance')
-rw-r--r-- | math/p5-Geo-Distance/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/math/p5-Geo-Distance/Makefile b/math/p5-Geo-Distance/Makefile index 18e2cc6366a9..1b88387eea98 100644 --- a/math/p5-Geo-Distance/Makefile +++ b/math/p5-Geo-Distance/Makefile @@ -19,10 +19,4 @@ PERL_CONFIGURE= yes MAN3= Geo::Distance.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501200 -TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |