16 lines
310 B
Makefile
16 lines
310 B
Makefile
# Created by: Christopher Boumenot <boumenot@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Finance-Amortization
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= finance perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Simple amortization schedules
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|