mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Update to 0.40
Add some docs
This commit is contained in:
parent
d70975acf0
commit
8294a83c78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=128919
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Math-Currency
|
||||
PORTVERSION= 0.39
|
||||
PORTVERSION= 0.40
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Math
|
||||
@ -16,11 +16,21 @@ MAINTAINER= mat@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 \
|
||||
${SITE_PERL}/Math/BigFloat.pm:${PORTSDIR}/math/p5-Math-BigInt
|
||||
${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}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
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>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Math-Currency-0.39.tar.gz) = f53c41ec41be1bd576def284845e0b16
|
||||
SIZE (Math-Currency-0.39.tar.gz) = 9760
|
||||
MD5 (Math-Currency-0.40.tar.gz) = 4ac52e2fb15d84528e210379bd43a323
|
||||
SIZE (Math-Currency-0.40.tar.gz) = 21124
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/Math/Currency.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Currency/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Currency
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
|
||||
%%SITE_PERL%%/Math/Currency/EUR.pm
|
||||
%%SITE_PERL%%/Math/Currency/GBP.pm
|
||||
%%SITE_PERL%%/Math/Currency/JPY.pm
|
||||
@dirrm %%SITE_PERL%%/Math/Currency
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user