svn commit: r328808 - head/www/p5-LWP-Protocol-PSGI
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Sep 30 15:16:24 UTC 2013
Author: sunpoet
Date: Mon Sep 30 15:16:23 2013
New Revision: 328808
URL: http://svnweb.freebsd.org/changeset/ports/328808
Log:
- Use USE_PERL5=modbuildtiny
With hat: perl
Modified:
head/www/p5-LWP-Protocol-PSGI/Makefile (contents, props changed)
Modified: head/www/p5-LWP-Protocol-PSGI/Makefile
==============================================================================
--- head/www/p5-LWP-Protocol-PSGI/Makefile Mon Sep 30 15:14:12 2013 (r328807)
+++ head/www/p5-LWP-Protocol-PSGI/Makefile Mon Sep 30 15:16:23 2013 (r328808)
@@ -13,15 +13,14 @@ RUN_DEPENDS= \
p5-Guard>0:${PORTSDIR}/devel/p5-Guard \
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
p5-libwww>=5:${PORTSDIR}/www/p5-libwww
-BUILD_DEPENDS= ${RUN_DEPENDS} \
- p5-Module-Build-Tiny>0:${PORTSDIR}/devel/p5-Module-Build-Tiny
+BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-LWP-Protocol-https>0:${PORTSDIR}/www/p5-LWP-Protocol-https
+NO_STAGE= yes
USES= perl5
-USE_PERL5= modbuild
+USE_PERL5= modbuildtiny
MAN3= LWP::Protocol::PSGI.3
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list