Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Aug 2013 16:40:03 +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: r325157 - head/devel/p5-Lexical-Import
Message-ID:  <201308211640.r7LGe3Rh047512@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Aug 21 16:40:03 2013
New Revision: 325157
URL: http://svnweb.freebsd.org/changeset/ports/325157

Log:
  - Fix USE_PERL5: remove unnecessary 5.12.0+

Modified:
  head/devel/p5-Lexical-Import/Makefile

Modified: head/devel/p5-Lexical-Import/Makefile
==============================================================================
--- head/devel/p5-Lexical-Import/Makefile	Wed Aug 21 16:14:48 2013	(r325156)
+++ head/devel/p5-Lexical-Import/Makefile	Wed Aug 21 16:40:03 2013	(r325157)
@@ -21,7 +21,7 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
 		p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
 
-USE_PERL5=	5.12.0+ configure
+USE_PERL5=	configure
 USES=		perl5
 
 MAN3=		Lexical::Import.3



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308211640.r7LGe3Rh047512>