svn commit: r438001 - head/archivers/p5-Archive-Extract

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 8 10:33:50 UTC 2017


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>


More information about the svn-ports-head mailing list