mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
1480bef1b3
Approved by: portmgr (blanket infrastructure)
17 lines
310 B
Makefile
17 lines
310 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
|
|
|
|
.include <bsd.port.mk>
|