mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Update to 0.51
- Add LICENSE - Add NO_ARCH - Convert to options target helper Changes: http://search.cpan.org/dist/Math-Currency/Changes
This commit is contained in:
parent
50b488cb0c
commit
e39150a89c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435030
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Math-Currency
|
||||
PORTVERSION= 0.50
|
||||
PORTVERSION= 0.51
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -10,10 +10,15 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module for exact currency math with formatting and rounding
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Math-FixedPrecision>=0:math/p5-Math-FixedPrecision
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
@ -21,7 +26,7 @@ OPTIONS_DEFINE= DOCS
|
||||
|
||||
PORTDOCS= Changes
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1467708725
|
||||
SHA256 (Math-Currency-0.50.tar.gz) = 388b268a700c04813cd06f3be0d657879991dcfdfb4afda79acbe097f8d57e35
|
||||
SIZE (Math-Currency-0.50.tar.gz) = 33123
|
||||
TIMESTAMP = 1488262582
|
||||
SHA256 (Math-Currency-0.51.tar.gz) = 52606fabb9e406515fe2cdcc35db0aac709e1c620b81c0ece4185be8b4b54186
|
||||
SIZE (Math-Currency-0.51.tar.gz) = 34648
|
||||
|
Loading…
Reference in New Issue
Block a user