Date: Sat, 23 Apr 2016 06:58:24 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413851 - head/devel/p5-App-Cmd Message-ID: <201604230658.u3N6wOQG059633@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 23 06:58:24 2016 New Revision: 413851 URL: https://svnweb.freebsd.org/changeset/ports/413851 Log: - Remove outdated PERL_LEVEL check With hat: perl Modified: head/devel/p5-App-Cmd/Makefile Modified: head/devel/p5-App-Cmd/Makefile ============================================================================== --- head/devel/p5-App-Cmd/Makefile Sat Apr 23 06:58:19 2016 (r413850) +++ head/devel/p5-App-Cmd/Makefile Sat Apr 23 06:58:24 2016 (r413851) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604230658.u3N6wOQG059633>