Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 15:16:53 +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: r328809 - head/www/p5-Starman
Message-ID:  <201309301516.r8UFGrHI038820@svn.freebsd.org>

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

Log:
  - Use USE_PERL5=modbuildtiny
  
  With hat:	perl

Modified:
  head/www/p5-Starman/Makefile   (contents, props changed)

Modified: head/www/p5-Starman/Makefile
==============================================================================
--- head/www/p5-Starman/Makefile	Mon Sep 30 15:16:23 2013	(r328808)
+++ head/www/p5-Starman/Makefile	Mon Sep 30 15:16:53 2013	(r328809)
@@ -16,15 +16,15 @@ RUN_DEPENDS=	\
 	p5-libwww>0:${PORTSDIR}/www/p5-libwww \
 	p5-Net-Server>=2.007:${PORTSDIR}/net/p5-Net-Server \
 	p5-Plack>=0.9971:${PORTSDIR}/www/p5-Plack
-BUILD_DEPENDS:=	${RUN_DEPENDS} \
-	p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny
+BUILD_DEPENDS:=	${RUN_DEPENDS}
 TEST_DEPENDS=	\
 	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
 	p5-Test-TCP>=2.00:${PORTSDIR}/devel/p5-Test-TCP
 # TODO: maybe need p5-libwww
 
+NO_STAGE=	yes
 USES=	perl5
-USE_PERL5=	modbuild
+USE_PERL5=	modbuildtiny
 USE_RC_SUBR=	starman
 
 MAN1=	starman.1
@@ -33,5 +33,4 @@ MAN3=	HTTP::Server::PSGI::Net::Server::P
 	Starman.3 \
 	Starman::Server.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?201309301516.r8UFGrHI038820>