2013-08-02 20:52:07 +02:00
|
|
|
# Created by: will
|
2001-01-04 00:39:15 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Math-Currency
|
2010-08-18 13:19:46 +02:00
|
|
|
PORTVERSION= 0.47
|
2001-01-04 00:39:15 +01:00
|
|
|
CATEGORIES= math perl5
|
2007-08-28 12:09:32 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-01-04 00:39:15 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-08-16 11:55:32 +02:00
|
|
|
MAINTAINER= perl@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
|
|
|
|
2012-06-12 09:49:43 +02:00
|
|
|
BUILD_DEPENDS= p5-Math-FixedPrecision>=0:${PORTSDIR}/math/p5-Math-FixedPrecision
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-01-04 00:39:15 +01:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= modbuild
|
2013-09-22 20:05:04 +02:00
|
|
|
NO_STAGE= yes
|
2004-01-12 13:00:41 +01:00
|
|
|
|
2001-01-04 00:39:15 +01:00
|
|
|
MAN3= Math::Currency.3
|
|
|
|
|
2005-02-15 15:20:36 +01: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 13:06:25 +01:00
|
|
|
.include <bsd.port.mk>
|