21 lines
604 B
Makefile
21 lines
604 B
Makefile
# $NetBSD: Makefile,v 1.24 2021/05/24 19:49:23 wiz Exp $
|
|
|
|
DISTNAME= Unicode-IMAPUtf7-2.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 10
|
|
CATEGORIES= converters mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FA/FABPOT/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://metacpan.org/release/Unicode-IMAPUtf7
|
|
COMMENT= Perl extension to deal with IMAP UTF7
|
|
|
|
DEPENDS+= p5-Unicode-String>=2.06:../../converters/p5-Unicode-String
|
|
|
|
PERL5_PACKLIST= auto/Unicode/IMAPUtf7/.packlist
|
|
|
|
post-extract:
|
|
chmod -R +rwx ${WRKSRC}
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|