Date: Sat, 8 Apr 2017 10:33:49 +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: r438001 - head/archivers/p5-Archive-Extract Message-ID: <201704081033.v38AXnah095025@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Apr 8 10:33:49 2017 New Revision: 438001 URL: https://svnweb.freebsd.org/changeset/ports/438001 Log: Fix *_DEPENDS - Bump PORTREVISION for dependency change Modified: head/archivers/p5-Archive-Extract/Makefile Modified: head/archivers/p5-Archive-Extract/Makefile ============================================================================== --- head/archivers/p5-Archive-Extract/Makefile Sat Apr 8 10:33:44 2017 (r438000) +++ head/archivers/p5-Archive-Extract/Makefile Sat Apr 8 10:33:49 2017 (r438001) @@ -3,6 +3,7 @@ PORTNAME= Archive-Extract PORTVERSION= 0.80 +PORTREVISION= 1 CATEGORIES= archivers perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,4 +18,11 @@ NO_ARCH= yes USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 502504 +BUILD_DEPENDS+= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional +RUN_DEPENDS+= p5-Module-Load-Conditional>=0.66:devel/p5-Module-Load-Conditional +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704081033.v38AXnah095025>