5bed1b96a5
* fix bug 6909: single + and & signs are encoded as the same sequence
23 lines
667 B
Makefile
23 lines
667 B
Makefile
# $NetBSD: Makefile,v 1.11 2011/08/06 14:33:52 adam Exp $
|
|
|
|
DISTNAME= Unicode-IMAPUtf7-2.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= converters mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FA/FABPOT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Unicode-IMAPUtf7/
|
|
COMMENT= Perl extension to deal with IMAP UTF7
|
|
|
|
DEPENDS+= p5-Unicode-String>=2.06:../../converters/p5-Unicode-String
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Unicode/IMAPUtf7/.packlist
|
|
|
|
post-extract:
|
|
chmod -R +rwx ${WRKSRC}
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|