diff options
Diffstat (limited to 'misc/p5-Geo-Coder-OSM/Makefile')
-rw-r--r-- | misc/p5-Geo-Coder-OSM/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/p5-Geo-Coder-OSM/Makefile b/misc/p5-Geo-Coder-OSM/Makefile index 07993aeb43ae..3eab85b1d36d 100644 --- a/misc/p5-Geo-Coder-OSM/Makefile +++ b/misc/p5-Geo-Coder-OSM/Makefile @@ -27,4 +27,10 @@ PERL_CONFIGURE= yes MAN3= Geo::Coder::OSM.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.82:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> |