Index: head/math/p5-Math-Int128/Makefile =================================================================== --- head/math/p5-Math-Int128/Makefile (revision 512536) +++ head/math/p5-Math-Int128/Makefile (revision 512537) @@ -1,36 +1,27 @@ # Created by: Kurt Jaeger # $FreeBSD$ PORTNAME= Math-Int128 PORTVERSION= 0.22 PORTREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= pi@FreeBSD.org COMMENT= Manipulate 128 bits integers in Perl LICENSE= ART10 BUILD_DEPENDS= p5-Math-Int64>=0.51:math/p5-Math-Int64 RUN_DEPENDS= p5-Math-Int64>=0.51:math/p5-Math-Int64 -USES= perl5 +USES= compiler:c11 perl5 USE_PERL5= configure NOT_FOR_ARCHS= armv6 i386 -.include - -# need clang 3.2+ or GCC 4.4+ -.if exists(/usr/bin/clang) -CC= /usr/bin/clang -.else -USE_GCC= yes -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Math/Int128/Int128.so -.include +.include