Date: Mon, 8 Jun 2015 19:38:34 +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: r388872 - head/devel/p5-Moo Message-ID: <201506081938.t58JcYDj003089@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 8 19:38:33 2015 New Revision: 388872 URL: https://svnweb.freebsd.org/changeset/ports/388872 Log: - Add NO_ARCH Modified: head/devel/p5-Moo/Makefile Modified: head/devel/p5-Moo/Makefile ============================================================================== --- head/devel/p5-Moo/Makefile Mon Jun 8 19:38:28 2015 (r388871) +++ head/devel/p5-Moo/Makefile Mon Jun 8 19:38:33 2015 (r388872) @@ -21,11 +21,12 @@ BUILD_DEPENDS= p5-Class-Method-Modifiers RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal +OPTIONS_DEFINE= XS + +NO_ARCH= yes USES= perl5 USE_PERL5= configure -OPTIONS_DEFINE= XS - XS_BUILD_DEPENDS= p5-Class-XSAccessor>=1.18:${PORTSDIR}/devel/p5-Class-XSAccessor \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils XS_RUN_DEPENDS:= ${XS_BUILD_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506081938.t58JcYDj003089>