diff options
author | az <az@FreeBSD.org> | 2012-12-17 13:30:22 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-12-17 13:30:22 +0800 |
commit | 4be53e13c813f6a799ee2aee9a2ee74396577e99 (patch) | |
tree | 022db37bfa72ed865cf954d4d9839c06e1b39b38 /math/p5-Geo-Distance | |
parent | c04384831c0614e67acd679890c26112e6c4d328 (diff) | |
download | freebsd-ports-gnome-4be53e13c813f6a799ee2aee9a2ee74396577e99.tar.gz freebsd-ports-gnome-4be53e13c813f6a799ee2aee9a2ee74396577e99.tar.zst freebsd-ports-gnome-4be53e13c813f6a799ee2aee9a2ee74396577e99.zip |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.9 and lang/5.10 will be removed from ports tree soon.
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> |