freebsd-ports/math/p5-Math-Int128/Makefile
Philippe Audeoud e985dd017f - USE_GCC set to 4.6+
- Bump PORTREVISION

PR:		ports/174629
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-01-03 08:59:14 +00:00

27 lines
529 B
Makefile

# 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
PERL_CONFIGURE= yes
USE_GCC= 4.6+
MAN3= Math::Int128.3 \
Math::Int128::die_on_overflow.3
.include <bsd.port.mk>