freebsd-ports/math/p5-Math-Currency/Makefile

32 lines
654 B
Makefile
Raw Normal View History

# Created by: will
# $FreeBSD$
PORTNAME= Math-Currency
PORTVERSION= 0.47
CATEGORIES= math perl5
2007-08-28 12:09:32 +02:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Perl module for exact currency math with formatting and rounding
BUILD_DEPENDS= p5-Math-FixedPrecision>=0:${PORTSDIR}/math/p5-Math-FixedPrecision
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
2013-09-22 20:05:04 +02:00
NO_STAGE= yes
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>