diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 06:15:27 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-12-17 06:15:27 +0000 |
commit | 4603fee495c39760f26ff412f82621f02102e0fe (patch) | |
tree | f1474faebc87d10e4fb68c74e95047fe5ecd8ebc /astro/p5-Astro-satpass/Makefile | |
parent | ca9da06ad1b5c76a9f22078699ba52131f20f53e (diff) |
Cleanup supporting perl version 5.8 and 5.10,
lang/perl5.8 and lang/5.10 will be removed from ports tree soon.
Notes
Notes:
svn path=/head/; revision=309063
Diffstat (limited to 'astro/p5-Astro-satpass/Makefile')
-rw-r--r-- | astro/p5-Astro-satpass/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/astro/p5-Astro-satpass/Makefile b/astro/p5-Astro-satpass/Makefile index 6eee399964ca..739b514a5378 100644 --- a/astro/p5-Astro-satpass/Makefile +++ b/astro/p5-Astro-satpass/Makefile @@ -63,10 +63,4 @@ RUN_DEPENDS+= p5-Geo-WebService-Elevation-USGS>=0:${PORTSDIR}/science/p5-Geo-Web RUN_DEPENDS+= p5-SOAP-Lite>=0:${PORTSDIR}/net/p5-SOAP-Lite .endif -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |