1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Add p5-Math-BigRat 0.14, arbitrary big rational numbers.

This commit is contained in:
Sergey Skvortsov 2005-03-03 19:19:32 +00:00
parent 41d0946545
commit 9e1721c68f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130283
5 changed files with 39 additions and 0 deletions

View File

@ -143,6 +143,7 @@
SUBDIR += p5-Math-Bezier-Convert
SUBDIR += p5-Math-BigInt
SUBDIR += p5-Math-BigIntFast
SUBDIR += p5-Math-BigRat
SUBDIR += p5-Math-Calc-Units
SUBDIR += p5-Math-Currency
SUBDIR += p5-Math-Derivative

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: Math-BigRat
# Date created: 03 March 2005
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Math-BigRat
PORTVERSION= 0.14
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Math
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Arbitrary big rational numbers
BUILD_DEPENDS= ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Math::BigRat.3
post-patch:
@${PERL} -pi -e '$$_="" if m/INSTALLDIRS/;' ${WRKSRC}/Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
MD5 (Math-BigRat-0.14.tar.gz) = 19825f58e24f1544e507ecc1beb30ce1
SIZE (Math-BigRat-0.14.tar.gz) = 33778

View File

@ -0,0 +1,4 @@
Math::BigRat complements Math::BigInt and Math::BigFloat by providing
support for arbitrary big rational numbers.
WWW: http://search.cpan.org/dist/Math-BigRat/

View File

@ -0,0 +1,4 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math-BigRat/.packlist
%%SITE_PERL%%/Math/BigRat.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math-BigRat
@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true