Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2016 16:47:17 +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: r425518 - head/misc/p5-Geo-Coder-OpenCage
Message-ID:  <201611061647.uA6GlHVG048621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov  6 16:47:17 2016
New Revision: 425518
URL: https://svnweb.freebsd.org/changeset/ports/425518

Log:
  - Remove outdated PERL_LEVEL check

Modified:
  head/misc/p5-Geo-Coder-OpenCage/Makefile

Modified: head/misc/p5-Geo-Coder-OpenCage/Makefile
==============================================================================
--- head/misc/p5-Geo-Coder-OpenCage/Makefile	Sun Nov  6 16:47:12 2016	(r425517)
+++ head/misc/p5-Geo-Coder-OpenCage/Makefile	Sun Nov  6 16:47:17 2016	(r425518)
@@ -25,13 +25,4 @@ NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 502000
-BUILD_DEPENDS+=	p5-HTTP-Tiny>=0.028:www/p5-HTTP-Tiny \
-		p5-Pod-Perldoc>=3.21:textproc/p5-Pod-Perldoc
-RUN_DEPENDS+=	p5-HTTP-Tiny>=0.028:www/p5-HTTP-Tiny \
-		p5-Pod-Perldoc>=3.21:textproc/p5-Pod-Perldoc
-.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?201611061647.uA6GlHVG048621>