diff options
author | mat <mat@FreeBSD.org> | 2016-07-05 17:08:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-07-05 17:08:44 +0800 |
commit | 788dc089fb5a6a68a22344c2a639b3a89c6439a4 (patch) | |
tree | 3085f7103c2a15d8aaeba6c667531d011dbc09de /math | |
parent | d82d2613576bd84baea9c4ae3fc6bda6124e2078 (diff) | |
download | freebsd-ports-gnome-788dc089fb5a6a68a22344c2a639b3a89c6439a4.tar.gz freebsd-ports-gnome-788dc089fb5a6a68a22344c2a639b3a89c6439a4.tar.zst freebsd-ports-gnome-788dc089fb5a6a68a22344c2a639b3a89c6439a4.zip |
Update to 0.50.
Sponsored by: Absolight
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Currency/Makefile | 4 | ||||
-rw-r--r-- | math/p5-Math-Currency/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Math-Currency/pkg-plist | 15 |
3 files changed, 19 insertions, 6 deletions
diff --git a/math/p5-Math-Currency/Makefile b/math/p5-Math-Currency/Makefile index 32f80c85c422..d9ae2751d0d8 100644 --- a/math/p5-Math-Currency/Makefile +++ b/math/p5-Math-Currency/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Math-Currency -PORTVERSION= 0.49 +PORTVERSION= 0.50 CATEGORIES= math perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-More-UTF8>=0:devel/p5-Test-More-UTF8 USES= perl5 -USE_PERL5= modbuild +USE_PERL5= configure OPTIONS_DEFINE= DOCS diff --git a/math/p5-Math-Currency/distinfo b/math/p5-Math-Currency/distinfo index 419d4a7b6aff..372225a9e029 100644 --- a/math/p5-Math-Currency/distinfo +++ b/math/p5-Math-Currency/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466602205 -SHA256 (Math-Currency-0.49.tar.gz) = f7fce09b9fc1fc49de4a54730f72875a2aaf1aff654420c979df775c5600f9c5 -SIZE (Math-Currency-0.49.tar.gz) = 35585 +TIMESTAMP = 1467708725 +SHA256 (Math-Currency-0.50.tar.gz) = 388b268a700c04813cd06f3be0d657879991dcfdfb4afda79acbe097f8d57e35 +SIZE (Math-Currency-0.50.tar.gz) = 33123 diff --git a/math/p5-Math-Currency/pkg-plist b/math/p5-Math-Currency/pkg-plist index d1567d7ce6e6..53e85568858f 100644 --- a/math/p5-Math-Currency/pkg-plist +++ b/math/p5-Math-Currency/pkg-plist @@ -1,5 +1,18 @@ -%%PERL5_MAN3%%/Math::Currency.3.gz %%SITE_PERL%%/Math/Currency.pm +%%SITE_PERL%%/Math/Currency/EUR.pm +%%SITE_PERL%%/Math/Currency/GBP.pm +%%SITE_PERL%%/Math/Currency/JPY.pm +%%SITE_PERL%%/Math/Currency/USD.pm %%SITE_PERL%%/Math/Currency/de_DE.pm %%SITE_PERL%%/Math/Currency/en_GB.pm +%%SITE_PERL%%/Math/Currency/en_US.pm %%SITE_PERL%%/Math/Currency/ja_JP.pm +%%PERL5_MAN3%%/Math::Currency.3.gz +%%PERL5_MAN3%%/Math::Currency::EUR.3.gz +%%PERL5_MAN3%%/Math::Currency::GBP.3.gz +%%PERL5_MAN3%%/Math::Currency::JPY.3.gz +%%PERL5_MAN3%%/Math::Currency::USD.3.gz +%%PERL5_MAN3%%/Math::Currency::de_DE.3.gz +%%PERL5_MAN3%%/Math::Currency::en_GB.3.gz +%%PERL5_MAN3%%/Math::Currency::en_US.3.gz +%%PERL5_MAN3%%/Math::Currency::ja_JP.3.gz |