e68daf3e3a
- updating package of p5 module MIME::Base64 from 3.07nb1 to 3.08 - adjusting LICENSE according to module documentation Upstream changes: 2009-06-09 - Release 3.08: Gisle Aas <gisle@ActiveState.com> Jarkko Hietaniemi (1): EBCDIC changes from core Nicholas Clark (1): Get rid of the PERL_CORE hacks
21 lines
579 B
Makefile
21 lines
579 B
Makefile
# $NetBSD: Makefile,v 1.40 2009/06/14 20:40:57 sno Exp $
|
|
#
|
|
|
|
DISTNAME= MIME-Base64-3.08
|
|
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"
|