diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 09:47:28 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-02-28 09:47:28 +0000 |
commit | 909e385af3a73f18a0ed4b6de93db08fe7a53dc5 (patch) | |
tree | fdf46be201485bcaf149aa9fa1f0ab18f3e77da2 | |
parent | 6938285329ea8a4b71a4cf47e420893c1470d690 (diff) | |
download | FreeBSD-ports-909e385af3a73f18a0ed4b6de93db08fe7a53dc5.zip FreeBSD-ports-909e385af3a73f18a0ed4b6de93db08fe7a53dc5.tar.gz |
Update to 0.51
- Add LICENSE
- Add NO_ARCH
- Convert to options target helper
Changes: http://search.cpan.org/dist/Math-Currency/Changes
-rw-r--r-- | math/p5-Math-Currency/Makefile | 9 | ||||
-rw-r--r-- | math/p5-Math-Currency/distinfo | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile index d9ae275..13d7119 100644 --- a/math/p5-Math-Currency/Makefile +++ b/math/p5-Math-Currency/Makefile @@ -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} diff --git a/math/p5-Math-Currency/distinfo b/math/p5-Math-Currency/distinfo index 372225a..3321870 100644 --- a/math/p5-Math-Currency/distinfo +++ b/math/p5-Math-Currency/distinfo @@ -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 |