diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-07-24 01:26:42 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-07-24 01:26:42 +0800 |
commit | be5ef2f2d9f3f73effac990e2e55d4337e624d1c (patch) | |
tree | 0a951eddb1f14fe85148a277aded162c1debfaaf /math | |
parent | f4c3cae9a3cae3afbb5d81f3160b5d93ae758ff9 (diff) | |
download | freebsd-ports-gnome-be5ef2f2d9f3f73effac990e2e55d4337e624d1c.tar.gz freebsd-ports-gnome-be5ef2f2d9f3f73effac990e2e55d4337e624d1c.tar.zst freebsd-ports-gnome-be5ef2f2d9f3f73effac990e2e55d4337e624d1c.zip |
- Update to 0.1
PR: ports/136542
Approved by: maintainer timeout (mhsin@mhsin.org; 14 days)
Submitted by: myself (pgollucci@)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-Base36/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-Base36/distinfo | 6 | ||||
-rw-r--r-- | math/p5-Math-Base36/pkg-plist | 3 |
3 files changed, 10 insertions, 4 deletions
diff --git a/math/p5-Math-Base36/Makefile b/math/p5-Math-Base36/Makefile index 7036a29b90db..720740665a9b 100644 --- a/math/p5-Math-Base36/Makefile +++ b/math/p5-Math-Base36/Makefile @@ -6,7 +6,8 @@ # PORTNAME= Math-Base36 -PORTVERSION= 0.05 +PORTVERSION= 0.1 +PORTEPOCH= 1 CATEGORIES= math perl5 converters MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,6 +17,8 @@ COMMENT= Encoding and decoding of base36 strings PERL_CONFIGURE= yes +WRKSRC= ${WRKDIR}/Base36 + MAN3= Math::Base36.3 .include <bsd.port.mk> diff --git a/math/p5-Math-Base36/distinfo b/math/p5-Math-Base36/distinfo index 16451ec4c49f..909f671cb27c 100644 --- a/math/p5-Math-Base36/distinfo +++ b/math/p5-Math-Base36/distinfo @@ -1,3 +1,3 @@ -MD5 (Math-Base36-0.05.tar.gz) = dd4faae2fed15326571651ea17ee7a04 -SHA256 (Math-Base36-0.05.tar.gz) = b5e4f2f13803bd1d2a3c221d19e82d28f9ecd3d18259e1a5bfe9a8c1630fb748 -SIZE (Math-Base36-0.05.tar.gz) = 18785 +MD5 (Math-Base36-0.1.tar.gz) = da3d1c3b260b6eb4aa3dea3b4726a142 +SHA256 (Math-Base36-0.1.tar.gz) = d4412320c9af399f99f2ff53c6d5bfc72528f134e7a8fa1a48c208f511c8ac36 +SIZE (Math-Base36-0.1.tar.gz) = 2469 diff --git a/math/p5-Math-Base36/pkg-plist b/math/p5-Math-Base36/pkg-plist index 648df0fa8f37..6d9742e36472 100644 --- a/math/p5-Math-Base36/pkg-plist +++ b/math/p5-Math-Base36/pkg-plist @@ -1,5 +1,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36/.packlist %%SITE_PERL%%/Math/Base36.pm +%%SITE_PERL%%/auto/Math/Base36/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Base36 +@dirrm %%SITE_PERL%%/auto/Math/Base36 @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math @dirrmtry %%SITE_PERL%%/Math +@dirrmtry %%SITE_PERL%%/auto/Math |