Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 15:03:31 +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: r328802 - head/www/p5-Plack-Middleware-Session
Message-ID:  <201309301503.r8UF3VxM031391@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Sep 30 15:03:31 2013
New Revision: 328802
URL: http://svnweb.freebsd.org/changeset/ports/328802

Log:
  - Use USE_PERL5=modbuildtiny
  
  With hat:	perl

Modified:
  head/www/p5-Plack-Middleware-Session/Makefile   (contents, props changed)

Modified: head/www/p5-Plack-Middleware-Session/Makefile
==============================================================================
--- head/www/p5-Plack-Middleware-Session/Makefile	Mon Sep 30 15:02:49 2013	(r328801)
+++ head/www/p5-Plack-Middleware-Session/Makefile	Mon Sep 30 15:03:31 2013	(r328802)
@@ -13,16 +13,16 @@ RUN_DEPENDS=	\
 	p5-Digest-HMAC>=1.03:${PORTSDIR}/security/p5-Digest-HMAC \
 	p5-Digest-SHA1>0:${PORTSDIR}/security/p5-Digest-SHA1 \
 	p5-Plack>=0.9910:${PORTSDIR}/www/p5-Plack
-BUILD_DEPENDS:=	${RUN_DEPENDS} \
-	p5-Module-Build-Tiny>=0.023:${PORTSDIR}/devel/p5-Module-Build-Tiny
+BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	\
 	p5-Test-Fatal>=0.006:${PORTSDIR}/devel/p5-Test-Fatal \
 	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
 	p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP \
 	p5-YAML>0:${PORTSDIR}/textproc/p5-YAML
 
+NO_STAGE=	yes
 USES=	perl5
-USE_PERL5=	modbuild
+USE_PERL5=	modbuildtiny
 
 MAN3=	Plack::Middleware::Session.3 \
 	Plack::Middleware::Session::Cookie.3 \
@@ -35,5 +35,4 @@ MAN3=	Plack::Middleware::Session.3 \
 	Plack::Session::Store::File.3 \
 	Plack::Session::Store::Null.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?201309301503.r8UF3VxM031391>