Date: Sun, 26 Apr 2020 11:59:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533057 - head/www/p5-Dancer2 Message-ID: <202004261159.03QBxrL8032564@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Apr 26 11:59:53 2020 New Revision: 533057 URL: https://svnweb.freebsd.org/changeset/ports/533057 Log: Cosmetic change Modified: head/www/p5-Dancer2/Makefile Modified: head/www/p5-Dancer2/Makefile ============================================================================== --- head/www/p5-Dancer2/Makefile Sun Apr 26 11:59:48 2020 (r533056) +++ head/www/p5-Dancer2/Makefile Sun Apr 26 11:59:53 2020 (r533057) @@ -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 @@ -66,10 +71,5 @@ XS_RUN_DEPENDS= p5-CGI-Deurl-XS>=0:www/p5-CGI-Deurl-XS p5-Scope-Upper>=0:devel/p5-Scope-Upper \ 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004261159.03QBxrL8032564>