diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-02-01 20:31:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-02-01 20:31:55 +0000 |
commit | 3c95985dcc91c9ac3d0810a6ef08faafe1c97b05 (patch) | |
tree | 848b142071e99fd0cc4270ee8eff5fcf8e504a00 | |
parent | astro/mymoon: fix typo (thanks freshports sanity check!) (diff) |
- Remove outdated PERL_LEVEL check
Notes
Notes:
svn path=/head/; revision=407772
-rw-r--r-- | devel/p5-Path-Tiny/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-Path-Tiny/Makefile b/devel/p5-Path-Tiny/Makefile index 1406becfe1b1..8cf7217a03df 100644 --- a/devel/p5-Path-Tiny/Makefile +++ b/devel/p5-Path-Tiny/Makefile @@ -20,11 +20,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools -RUN_DEPENDS+= p5-PathTools>=3.4000:${PORTSDIR}/devel/p5-PathTools -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |