Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 08:28:04 +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: r328774 - head/devel/p5-experimental
Message-ID:  <201309300828.r8U8S4n7019140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 30 08:28:04 2013
New Revision: 328774
URL: http://svnweb.freebsd.org/changeset/ports/328774

Log:
  - Use USE_PERL5=modbuildtiny

Modified:
  head/devel/p5-experimental/Makefile

Modified: head/devel/p5-experimental/Makefile
==============================================================================
--- head/devel/p5-experimental/Makefile	Mon Sep 30 08:04:05 2013	(r328773)
+++ head/devel/p5-experimental/Makefile	Mon Sep 30 08:28:04 2013	(r328774)
@@ -14,12 +14,10 @@ COMMENT=	Experimental features made easy
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny
-
-USE_PERL5=	modbuild
+NO_STAGE=	yes
+USE_PERL5=	modbuildtiny
 USES=		perl5
 
 MAN3=		experimental.3
 
-NO_STAGE=	yes
 .include <bsd.port.mk>



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