svn commit: r388870 - head/www/p5-MojoMojo
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Jun 8 19:38:23 UTC 2015
Author: sunpoet
Date: Mon Jun 8 19:38:22 2015
New Revision: 388870
URL: https://svnweb.freebsd.org/changeset/ports/388870
Log:
- Add NO_ARCH
Modified:
head/www/p5-MojoMojo/Makefile
Modified: head/www/p5-MojoMojo/Makefile
==============================================================================
--- head/www/p5-MojoMojo/Makefile Mon Jun 8 19:38:15 2015 (r388869)
+++ head/www/p5-MojoMojo/Makefile Mon Jun 8 19:38:22 2015 (r388870)
@@ -15,7 +15,7 @@ LICENSE= ART10 GPLv1
LICENSE_COMB= dual
# Please keep order as in Makefile.PL
-RUN_DEPENDS= \
+BUILD_DEPENDS= \
p5-Plack>=0.9974:${PORTSDIR}/www/p5-Plack \
p5-Algorithm-Diff>=1.1901:${PORTSDIR}/devel/p5-Algorithm-Diff \
p5-Algorithm-Merge>=0:${PORTSDIR}/devel/p5-Algorithm-Merge \
@@ -82,9 +82,10 @@ RUN_DEPENDS= \
p5-YAML>=0.36:${PORTSDIR}/textproc/p5-YAML \
p5-Term-Prompt>=0:${PORTSDIR}/devel/p5-Term-Prompt \
p5-Text-Emoticon-MSN>=0:${PORTSDIR}/textproc/p5-Text-Emoticon-MSN
-BUILD_DEPENDS:= ${RUN_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst
+NO_ARCH= yes
USES= perl5
USE_PERL5= configure
More information about the svn-ports-head
mailing list