summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-09-21 20:03:59 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-09-21 20:03:59 +0000
commitc31cd3919d8387be8d7c8c6dca636b4e0e8c3a6c (patch)
tree9d9fa54e32616075fcb7fed3f9eb779b672ac034
parentRemove hardcoding from 2013 and replace it with the modern equivalent. (diff)
Appease portlint.
-rw-r--r--math/p5-Math-Int128/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Int128/Makefile b/math/p5-Math-Int128/Makefile
index ea7e0c88ceca..bce91526f83e 100644
--- a/math/p5-Math-Int128/Makefile
+++ b/math/p5-Math-Int128/Makefile
@@ -13,14 +13,14 @@ 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