aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-09-30 23:16:53 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-09-30 23:16:53 +0800
commit6c0d1b1097138c91d8eec4c0a24cd1f2f9f7cd36 (patch)
treed1f9103d6e27cd16388b3ebe576a0ee0da58806e
parentbc55718d6b629aa399b687c023baf1234e9fdc8f (diff)
downloadfreebsd-ports-gnome-6c0d1b1097138c91d8eec4c0a24cd1f2f9f7cd36.tar.gz
freebsd-ports-gnome-6c0d1b1097138c91d8eec4c0a24cd1f2f9f7cd36.tar.zst
freebsd-ports-gnome-6c0d1b1097138c91d8eec4c0a24cd1f2f9f7cd36.zip
- Use USE_PERL5=modbuildtiny
With hat: perl
-rw-r--r--www/p5-Starman/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/www/p5-Starman/Makefile b/www/p5-Starman/Makefile
index 48c23f52dbe0..7c9138abbb56 100644
--- a/www/p5-Starman/Makefile
+++ b/www/p5-Starman/Makefile
@@ -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::PreFork.3 \
Starman.3 \
Starman::Server.3
-NO_STAGE= yes
.include <bsd.port.mk>