2001-01-04 00:39:15 +01:00
|
|
|
# New ports collection makefile for: Math-Currency
|
|
|
|
# Date created: Wed Jan 3 10:58:59 2001
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Math-Currency
|
2003-06-22 14:51:01 +02:00
|
|
|
PORTVERSION= 0.39
|
2001-01-04 00:39:15 +01:00
|
|
|
CATEGORIES= math perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Math
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-02-25 13:06:25 +01:00
|
|
|
MAINTAINER= mat@FreeBSD.org
|
2003-02-20 20:00:52 +01:00
|
|
|
COMMENT= Perl module for exact currency math with formatting and rounding
|
2001-01-04 00:39:15 +01:00
|
|
|
|
2004-02-25 13:06:25 +01:00
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision \
|
|
|
|
${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt
|
2001-01-04 00:39:15 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
2004-01-12 13:00:41 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2001-01-04 00:39:15 +01:00
|
|
|
MAN3= Math::Currency.3
|
|
|
|
|
2004-02-25 13:06:25 +01:00
|
|
|
.include <bsd.port.mk>
|