diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-01-13 09:07:46 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-01-13 09:07:46 +0000 |
commit | 956cca9027c03d6d3101de8116a356f5e3386974 (patch) | |
tree | 4291e2796f838fe098cca42361227864dda35e48 /converters | |
parent | 933912ddc58e49daad15023b4c9336bfc06aee79 (diff) | |
download | ports-956cca9027c03d6d3101de8116a356f5e3386974.tar.gz ports-956cca9027c03d6d3101de8116a356f5e3386974.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-MIME-Base32/Makefile | 15 | ||||
-rw-r--r-- | converters/p5-MIME-Base32/distinfo | 4 |
2 files changed, 9 insertions, 10 deletions
diff --git a/converters/p5-MIME-Base32/Makefile b/converters/p5-MIME-Base32/Makefile index 16db83a0545e..9c7379c01984 100644 --- a/converters/p5-MIME-Base32/Makefile +++ b/converters/p5-MIME-Base32/Makefile @@ -1,20 +1,19 @@ -# New ports collection makefile for: p5-MIME-Base32 -# Date created: 2005-10-19 -# Whom: nork@freebsd.org -# +# Created by: nork@freebsd.org # $FreeBSD$ -# PORTNAME= MIME-Base32 -PORTVERSION= 1.01 -PORTREVISION= 1 +PORTVERSION= 1.02a CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl5 module for Base32 encodings +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +WRKSRC= ${WRKDIR}/${PORTNAME}-1.02 PERL_CONFIGURE= YES MAN3= MIME::Base32.3 diff --git a/converters/p5-MIME-Base32/distinfo b/converters/p5-MIME-Base32/distinfo index ab5dc4a64f9e..fa107f9bfd37 100644 --- a/converters/p5-MIME-Base32/distinfo +++ b/converters/p5-MIME-Base32/distinfo @@ -1,2 +1,2 @@ -SHA256 (MIME-Base32-1.01.tar.gz) = 00162f61e8fb2dbd04d15f7a366dad33a7e8d2588f97302eb8c230132b1d8915 -SIZE (MIME-Base32-1.01.tar.gz) = 2789 +SHA256 (MIME-Base32-1.02a.tar.gz) = b269ba0c7a66d086ca5235ceb50b19847860183e53feb80fb888e714abab2b80 +SIZE (MIME-Base32-1.02a.tar.gz) = 3136 |