freebsd-ports/finance/p5-Finance-Amortization/Makefile
Martin Wilke abb478d341 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>
2007-01-08 22:59:05 +00:00

28 lines
546 B
Makefile

# New ports collection makefile for: Class-Gomor
# Date created: 3 Jan 2007
# Whom: Christopher Boumenot <boumenot@gmail.com>
#
# $FreeBSD$
#
PORTNAME= Finance-Amortization
PORTVERSION= 0.4
CATEGORIES= finance perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= boumenot@gmail.com
COMMENT= Simple amortization schedules
PERL_CONFIGURE= yes
MAN3= Finance::Amortization.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE=Needs perl 5.6.0 or higher, install lang/perl5.6 and try again.
.endif
.include <bsd.port.post.mk>