svn commit: r376485 - head/lang/p5-Marpa-XS

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jan 7 17:56:31 UTC 2015


Author: sunpoet
Date: Wed Jan  7 17:56:30 2015
New Revision: 376485
URL: https://svnweb.freebsd.org/changeset/ports/376485
QAT: https://qat.redports.org/buildarchive/r376485/

Log:
  - Fix BUILD_DEPENDS: ExtUtils::CBuilder 0.27+ is already in all supported Perl releases

Modified:
  head/lang/p5-Marpa-XS/Makefile

Modified: head/lang/p5-Marpa-XS/Makefile
==============================================================================
--- head/lang/p5-Marpa-XS/Makefile	Wed Jan  7 17:56:25 2015	(r376484)
+++ head/lang/p5-Marpa-XS/Makefile	Wed Jan  7 17:56:30 2015	(r376485)
@@ -14,15 +14,11 @@ COMMENT=	XS version of Marpa
 
 LICENSE=	LGPL3
 
-BUILD_DEPENDS=	p5-ExtUtils-CBuilder>=0.27:${PORTSDIR}/devel/p5-ExtUtils-CBuilder \
-		p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
-		p5-Glib2>=1.223:${PORTSDIR}/devel/p5-Glib2 \
-		p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI \
-		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
-RUN_DEPENDS=	p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
+BUILD_DEPENDS=	p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
 		p5-Glib2>=1.223:${PORTSDIR}/devel/p5-Glib2 \
 		p5-PPI>=1.206:${PORTSDIR}/textproc/p5-PPI \
 		p5-Task-Weaken>=0:${PORTSDIR}/devel/p5-Task-Weaken
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 TEST_DEPENDS=	p5-Test-Weaken>=3.004000:${PORTSDIR}/devel/p5-Test-Weaken
 
 USE_PERL5=	configure


More information about the svn-ports-all mailing list