diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-06-09 03:38:22 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-06-09 03:38:22 +0800 |
commit | f8b83207d5640bc4aa4e3aee48b262223de89329 (patch) | |
tree | 37c233512fec2045d244f630bb0cd5f8f4559b75 | |
parent | f3ff3569fe671b25c5161a6748452183130e2460 (diff) | |
download | freebsd-ports-gnome-f8b83207d5640bc4aa4e3aee48b262223de89329.tar.gz freebsd-ports-gnome-f8b83207d5640bc4aa4e3aee48b262223de89329.tar.zst freebsd-ports-gnome-f8b83207d5640bc4aa4e3aee48b262223de89329.zip |
- Add NO_ARCH
-rw-r--r-- | www/p5-MojoMojo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/p5-MojoMojo/Makefile b/www/p5-MojoMojo/Makefile index 17e868e2b2a1..1ff606cce470 100644 --- a/www/p5-MojoMojo/Makefile +++ b/www/p5-MojoMojo/Makefile @@ -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 |