Sunpoet Po-Chuan Hsieh aa644e303c - Update to 0.13
- While I'm here, support STAGEDIR

Changes:	http://search.cpan.org/dist/Math-Int128/Changes
PR:		ports/182808
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-10-08 07:44:07 +00:00

33 lines
629 B
Makefile

# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
PORTNAME= Math-Int128
PORTVERSION= 0.13
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= Manipulate 128 bits integers in Perl
LICENSE= ART10
BUILD_DEPENDS= p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64
RUN_DEPENDS= p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64
USES= perl5
USE_PERL5= configure
NOT_FOR_ARCHS= i386
.include <bsd.port.pre.mk>
# need clang 3.2+ or GCC 4.4+
.if exists(/usr/bin/clang) && ${OSVERSION} > 901505
CC= /usr/bin/clang
.else
USE_GCC= yes
.endif
.include <bsd.port.post.mk>