diff options
Diffstat (limited to 'devel/p5-App-Cmd/Makefile')
-rw-r--r-- | devel/p5-App-Cmd/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/p5-App-Cmd/Makefile b/devel/p5-App-Cmd/Makefile index d756f559774..c8904a4cb9c 100644 --- a/devel/p5-App-Cmd/Makefile +++ b/devel/p5-App-Cmd/Makefile @@ -32,11 +32,4 @@ USES= perl5 USE_PERL5= configure NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501800 -BUILD_DEPENDS+= p5-Getopt-Long>=2.39:devel/p5-Getopt-Long -RUN_DEPENDS+= p5-Getopt-Long>=2.39:devel/p5-Getopt-Long -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |