aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Dancer2
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-26 11:59:53 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-04-26 11:59:53 +0000
commitdd69665dd22dc01d04161d2e4376fe053e15f03d (patch)
tree7f4b28765106ee7c23e4758b11dc819eb68cb993 /www/p5-Dancer2
parent602db57de0e7f630da9ca4726fd3bd047338a6ed (diff)
downloadports-dd69665dd22dc01d04161d2e4376fe053e15f03d.tar.gz
ports-dd69665dd22dc01d04161d2e4376fe053e15f03d.zip
Cosmetic change
Notes
Notes: svn path=/head/; revision=533057
Diffstat (limited to 'www/p5-Dancer2')
-rw-r--r--www/p5-Dancer2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/p5-Dancer2/Makefile b/www/p5-Dancer2/Makefile
index 44c5fa1725ce..97f1b5746f7a 100644
--- a/www/p5-Dancer2/Makefile
+++ b/www/p5-Dancer2/Makefile
@@ -57,6 +57,11 @@ TEST_DEPENDS= p5-AnyEvent>=0:devel/p5-AnyEvent \
p5-Test-MockTime>=0:devel/p5-Test-MockTime \
p5-YAML>=0.86:textproc/p5-YAML
+USES= perl5
+USE_PERL5= configure
+
+NO_ARCH= yes
+
OPTIONS_DEFINE= XS
OPTIONS_DEFAULT=XS
@@ -67,9 +72,4 @@ XS_RUN_DEPENDS= p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS \
p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS \
p5-YAML-LibYAML>=0:textproc/p5-YAML-LibYAML
-USES= perl5
-USE_PERL5= configure
-
-NO_ARCH= yes
-
.include <bsd.port.mk>