pkgsrc/converters/p5-Unicode-IMAPUtf7/Makefile

22 lines
603 B
Makefile
Raw Normal View History

2019-08-11 15:17:48 +02:00
# $NetBSD: Makefile,v 1.22 2019/08/11 13:18:14 wiz Exp $
DISTNAME= Unicode-IMAPUtf7-2.01
PKGNAME= p5-${DISTNAME}
2019-08-11 15:17:48 +02:00
PKGREVISION= 8
2004-11-12 01:15:48 +01:00
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"