1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/math/p5-Math-Currency/Makefile
Andrej Zverev 600fe0b97f Update to 0.47.
PR:		ports/149520
Submitted by:	Frederic Culot <frederic@culot.org>
2010-08-18 11:19:46 +00:00

34 lines
732 B
Makefile

# New ports collection makefile for: Math-Currency
# Date created: Wed Jan 3 10:58:59 2001
# Whom: will
#
# $FreeBSD$
#
PORTNAME= Math-Currency
PORTVERSION= 0.47
CATEGORIES= math perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module for exact currency math with formatting and rounding
BUILD_DEPENDS= ${SITE_PERL}/Math/FixedPrecision.pm:${PORTSDIR}/math/p5-Math-FixedPrecision
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_MODBUILD= yes
MAN3= Math::Currency.3
.if !defined(NOPORTDOCS)
PORTDOCS= Changes
post-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>