1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- USE_GCC set to 4.6+

- Bump PORTREVISION

PR:		ports/174629
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
This commit is contained in:
Philippe Audeoud 2013-01-03 08:59:14 +00:00
parent f6546790c0
commit e985dd017f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309857

View File

@ -4,6 +4,7 @@
PORTNAME= Math-Int128
PORTVERSION= 0.07
PORTREVISION= 1
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -18,7 +19,7 @@ RUN_DEPENDS= p5-Math-Int64>=0.28:${PORTSDIR}/math/p5-Math-Int64
PERL_CONFIGURE= yes
USE_GCC= 4.4+
USE_GCC= 4.6+
MAN3= Math::Int128.3 \
Math::Int128::die_on_overflow.3