mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Add p5-Math-Financial 0.76, perl module containing common functions for
loans and annuities.
This commit is contained in:
parent
a6467afbb2
commit
9d486b7cfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36722
23
finance/p5-Math-Financial/Makefile
Normal file
23
finance/p5-Math-Financial/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Math-Financial
|
||||
# Date created: Wed Jan 3 11:00:59 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Financial
|
||||
PORTVERSION= 0.76
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Math::Financial.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
finance/p5-Math-Financial/distinfo
Normal file
1
finance/p5-Math-Financial/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Math-Financial-0.76.tar.gz) = 1f91a13c91c94f3d4ec5b759d3c6f79b
|
1
finance/p5-Math-Financial/pkg-comment
Normal file
1
finance/p5-Math-Financial/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module containing common functions for loans and annuities
|
5
finance/p5-Math-Financial/pkg-descr
Normal file
5
finance/p5-Math-Financial/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Math::Financial contains common functions for loans and annuities.
|
||||
|
||||
Author: Eric Fixler <fix@fixler.com>
|
||||
|
||||
--will
|
3
finance/p5-Math-Financial/pkg-plist
Normal file
3
finance/p5-Math-Financial/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Math/Financial.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Financial/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Financial
|
@ -52,6 +52,7 @@
|
||||
SUBDIR += p5-Math-BigIntFast
|
||||
SUBDIR += p5-Math-Currency
|
||||
SUBDIR += p5-Math-Expr
|
||||
SUBDIR += p5-Math-Financial
|
||||
SUBDIR += p5-Math-Logic
|
||||
SUBDIR += p5-MatrixReal
|
||||
SUBDIR += p5-Set-IntSpan
|
||||
|
23
math/p5-Math-Financial/Makefile
Normal file
23
math/p5-Math-Financial/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# New ports collection makefile for: Math-Financial
|
||||
# Date created: Wed Jan 3 11:00:59 2001
|
||||
# Whom: will
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Math-Financial
|
||||
PORTVERSION= 0.76
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Math::Financial.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
math/p5-Math-Financial/distinfo
Normal file
1
math/p5-Math-Financial/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Math-Financial-0.76.tar.gz) = 1f91a13c91c94f3d4ec5b759d3c6f79b
|
1
math/p5-Math-Financial/pkg-comment
Normal file
1
math/p5-Math-Financial/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl module containing common functions for loans and annuities
|
5
math/p5-Math-Financial/pkg-descr
Normal file
5
math/p5-Math-Financial/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Math::Financial contains common functions for loans and annuities.
|
||||
|
||||
Author: Eric Fixler <fix@fixler.com>
|
||||
|
||||
--will
|
3
math/p5-Math-Financial/pkg-plist
Normal file
3
math/p5-Math-Financial/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Math/Financial.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Financial/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Math/Financial
|
Loading…
Reference in New Issue
Block a user