Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Sep 2019 20:03:59 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r512538 - head/math/p5-Math-Int128
Message-ID:  <201909212003.x8LK3x7x021641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sat Sep 21 20:03:59 2019
New Revision: 512538
URL: https://svnweb.freebsd.org/changeset/ports/512538

Log:
  Appease portlint.

Modified:
  head/math/p5-Math-Int128/Makefile

Modified: head/math/p5-Math-Int128/Makefile
==============================================================================
--- head/math/p5-Math-Int128/Makefile	Sat Sep 21 20:02:21 2019	(r512537)
+++ head/math/p5-Math-Int128/Makefile	Sat Sep 21 20:03:59 2019	(r512538)
@@ -13,13 +13,13 @@ COMMENT=	Manipulate 128 bits integers in Perl
 
 LICENSE=	ART10
 
+NOT_FOR_ARCHS=	armv6 i386
+
 BUILD_DEPENDS=	p5-Math-Int64>=0.51:math/p5-Math-Int64
 RUN_DEPENDS=	p5-Math-Int64>=0.51:math/p5-Math-Int64
 
 USES=		compiler:c11 perl5
 USE_PERL5=	configure
-
-NOT_FOR_ARCHS=	armv6 i386
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int128/Int128.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909212003.x8LK3x7x021641>