pkgsrc/converters/p5-MIME-Base64/Makefile
wiz 24b0d82bd6 Update to 3.13:
2010-10-26   Gisle Aas <gisle@ActiveState.com>

   Release 3.13

   The fix in v3.12 to try to preserve the SvUTF8 flag was buggy
   and actually managed to set the flag on strings that did not
   have it originally.



2010-10-25   Gisle Aas <gisle@ActiveState.com>

   Release 3.12

   Don't change SvUTF8 flag on the strings encoded [RT#60105]

   Documentation tweaks



2010-10-24   Gisle Aas <gisle@ActiveState.com>

   Release 3.11

   Provide encode_base64url and decode_base64url functions to process
   the base64 scheme for "URL applications".

   The decode_base64() does not issue warnings on suspect input data
   any more.



2010-10-11   Gisle Aas <gisle@ActiveState.com>

   Release 3.10

   Provide functions to calculate the length of encoded and decoded
   base64 strings [RT#62404]
2010-12-02 12:11:04 +00:00

21 lines
579 B
Makefile

# $NetBSD: Makefile,v 1.43 2010/12/02 12:11:04 wiz Exp $
#
DISTNAME= MIME-Base64-3.13
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5mba
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
MAINTAINER= heinz@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/MIME-Base64/
COMMENT= Perl5 module for Base64 and Quoted-Printable encodings
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/MIME/Base64/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"