diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-09 06:59:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-09 06:59:05 +0800 |
commit | a579e832dc11315f619621491144abdb02ed0cb1 (patch) | |
tree | e80084c444aa7cd15c8307dc40781b2a4553b334 /finance/Makefile | |
parent | 82cb5d792b21a78c3f11290e99ae526d10630046 (diff) | |
download | freebsd-ports-gnome-a579e832dc11315f619621491144abdb02ed0cb1.tar.gz freebsd-ports-gnome-a579e832dc11315f619621491144abdb02ed0cb1.tar.zst freebsd-ports-gnome-a579e832dc11315f619621491144abdb02ed0cb1.zip |
Finance::Amortization is a simple object oriented interface to an amortization
table. Pass in the principal to be amortized, the number of payments to be
made, and the interest rate per payment. It will calculate the rest on demand,
and provides a few methods to ask for the state of the table after a given
number of periods.
Authors: Nathan Wagner <nw@hydaspes.if.org>
WWW: http://search.cpan.org/dist/Finance-Amortization/
PR: ports/107603
Submitted by: Christopher Boumenot <boumenot at gmail.com>
Diffstat (limited to 'finance/Makefile')
-rw-r--r-- | finance/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/finance/Makefile b/finance/Makefile index 1d647b9e08d5..cc166f64d181 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -46,6 +46,7 @@ SUBDIR += p5-Business-OnlinePayment-eSec SUBDIR += p5-Business-OnlinePayment-iAuthorizer SUBDIR += p5-Business-WorldPay-Junior + SUBDIR += p5-Finance-Amortization SUBDIR += p5-Finance-Currency-Convert SUBDIR += p5-Finance-Currency-Convert-WebserviceX SUBDIR += p5-Finance-Currency-Convert-XE |