mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
20 lines
350 B
Makefile
20 lines
350 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Math-Financial
|
|
PORTVERSION= 0.76
|
|
CATEGORIES= finance math perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skreuzer@FreeBSD.org
|
|
COMMENT= Perl module containing common functions for loans and annuities
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
MAN3= Math::Financial.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|