blob: 6168a217cbe1194fe2d3acd7bd023610fb25f6d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:17 joerg Exp $
#
DISTNAME= Unicode-IMAPUtf7-2.00
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= converters mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unicode/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cpan.uwinnipeg.ca/module/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
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|