Date: Sat, 11 Apr 2015 14:09:36 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r383802 - head/devel/p5-Alien-SDL Message-ID: <201504111409.t3BE9aCE034591@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Sat Apr 11 14:09:35 2015 New Revision: 383802 URL: https://svnweb.freebsd.org/changeset/ports/383802 Log: Archive::Extract has been removed from core in 5.20. With hat: perl Sponsored by: Absolight Modified: head/devel/p5-Alien-SDL/Makefile Modified: head/devel/p5-Alien-SDL/Makefile ============================================================================== --- head/devel/p5-Alien-SDL/Makefile Sat Apr 11 13:30:48 2015 (r383801) +++ head/devel/p5-Alien-SDL/Makefile Sat Apr 11 14:09:35 2015 (r383802) @@ -23,4 +23,11 @@ USE_PERL5= modbuild USE_SDL= gfx image mixer pango sdl ttf CONFIGURE_ARGS= --with-sdl-config=${SDL_CONFIG} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} >= 502000 +BUILD_DEPENDS+= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract +RUN_DEPENDS+= p5-Archive-Extract>=0:${PORTSDIR}/archivers/p5-Archive-Extract +.endif + +.include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504111409.t3BE9aCE034591>