svn commit: r326299 - head/devel/p5-Module-Build-Tiny

Andrej Zverev az at FreeBSD.org
Wed Sep 4 17:10:26 UTC 2013


Author: az
Date: Wed Sep  4 17:10:25 2013
New Revision: 326299
URL: http://svnweb.freebsd.org/changeset/ports/326299

Log:
  p5-Module-Build-Tiny is self-sufficient to build itself
  
  With hat:	perl@

Modified:
  head/devel/p5-Module-Build-Tiny/Makefile

Modified: head/devel/p5-Module-Build-Tiny/Makefile
==============================================================================
--- head/devel/p5-Module-Build-Tiny/Makefile	Wed Sep  4 17:10:07 2013	(r326298)
+++ head/devel/p5-Module-Build-Tiny/Makefile	Wed Sep  4 17:10:25 2013	(r326299)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	p5-ExtUtils-Config>=0.003
 		p5-ExtUtils-InstallPaths>=0.002:${PORTSDIR}/devel/p5-ExtUtils-InstallPaths
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-USE_PERL5=	modbuild
+USE_PERL5=	modbuildtiny
 USES=		perl5
 
 MAN3=		Module::Build::Tiny.3


More information about the svn-ports-all mailing list