diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-08-06 03:08:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-08-06 03:08:24 +0800 |
commit | 2c1004acf6a01ff2debfe7910abba281c2f163a1 (patch) | |
tree | 0fe4d9ddacc270a3d2709d33e80cfaa2123b0783 | |
parent | 5484bfa3c65d9e964f74ba4b99641d1e518280a6 (diff) | |
download | freebsd-ports-gnome-2c1004acf6a01ff2debfe7910abba281c2f163a1.tar.gz freebsd-ports-gnome-2c1004acf6a01ff2debfe7910abba281c2f163a1.tar.zst freebsd-ports-gnome-2c1004acf6a01ff2debfe7910abba281c2f163a1.zip |
Remove outdated PERL_LEVEL check
-rw-r--r-- | textproc/p5-Pod-ProjectDocs/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-Pod-ProjectDocs/Makefile b/textproc/p5-Pod-ProjectDocs/Makefile index 1cc10d58517e..f54a8263da77 100644 --- a/textproc/p5-Pod-ProjectDocs/Makefile +++ b/textproc/p5-Pod-ProjectDocs/Makefile @@ -25,11 +25,4 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 502400 -BUILD_DEPENDS+= p5-Pod-Simple>=3.31:textproc/p5-Pod-Simple -RUN_DEPENDS+= p5-Pod-Simple>=3.31:textproc/p5-Pod-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |