summaryrefslogtreecommitdiff
path: root/math/p5-Math-Int128/Makefile
blob: e01c8aa10915ac768e8d310afc7a833cb627f631 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
# $FreeBSD$
#

PORTNAME=	Math-Int128
PORTVERSION=	0.07
PORTREVISION=	1
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

USE_GCC=	4.6+

MAN3=		Math::Int128.3 \
		Math::Int128::die_on_overflow.3

.include <bsd.port.mk>