svn commit: r383802 - head/devel/p5-Alien-SDL

Mathieu Arnold mat at FreeBSD.org
Sat Apr 11 14:09:36 UTC 2015


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>


More information about the svn-ports-all mailing list