1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/math/p5-bignum/Makefile
2007-10-22 10:04:54 +00:00

29 lines
619 B
Makefile

# New ports collection makefile for: math/p5-bignum
# Date created: 25 May 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bignum
PORTVERSION= 0.22
CATEGORIES= math perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/T/TE/TELS/math
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Transparent BigNumber/BigRational support for Perl
RUN_DEPENDS= p5-Math-BigInt>=1.87:${PORTSDIR}/math/p5-Math-BigInt \
p5-Math-BigRat>=0.19:${PORTSDIR}/math/p5-Math-BigRat
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= bigint.3 \
bignum.3 \
bigrat.3
.include <bsd.port.mk>