1PORTNAME= Math-Int128 2PORTVERSION= 0.22 3PORTREVISION= 5 4CATEGORIES= math perl5 5MASTER_SITES= CPAN 6PKGNAMEPREFIX= p5- 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Manipulate 128 bits integers in Perl 10WWW= https://metacpan.org/release/Math-Int128 11 12LICENSE= artistic 13 14BUILD_DEPENDS= p5-Math-Int64>=0.51:math/p5-Math-Int64 15RUN_DEPENDS= p5-Math-Int64>=0.51:math/p5-Math-Int64 16 17USES= compiler:c11 perl5 18USE_PERL5= configure 19 20NOT_FOR_ARCHS= armv6 i386 21 22.include <bsd.port.pre.mk> 23 24post-install: 25 ${STRIP_CMD} ${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int128/Int128.so 26 27.include <bsd.port.post.mk> 28