1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/math/p5-Math-Currency/Makefile

36 lines
880 B
Makefile
Raw Normal View History

# New ports collection makefile for: Math-Currency
# Date created: Wed Jan 3 10:58:59 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Math-Currency
2007-10-27 06:26:52 +00:00
PORTVERSION= 0.46
CATEGORIES= math perl5
2007-08-28 10:09:32 +00:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2004-02-25 12:06:25 +00:00
MAINTAINER= mat@FreeBSD.org
2003-02-20 19:00:52 +00:00
COMMENT= Perl module for exact currency math with formatting and rounding
2004-02-25 12:06:25 +00:00
BUILD_DEPENDS= ${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision \
2005-02-15 14:20:36 +00:00
${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt \
${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
RUN_DEPENDS= ${BUILD_DEPENDS}
2005-02-15 14:20:36 +00:00
PERL_MODBUILD= yes
MAN3= Math::Currency.3
2005-02-15 14:20:36 +00:00
.if !defined(NOPORTDOCS)
PORTDOCS= Changes
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
2004-02-25 12:06:25 +00:00
.include <bsd.port.mk>