svn commit: r388872 - head/devel/p5-Moo

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 8 19:38:34 UTC 2015


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}


More information about the svn-ports-head mailing list