7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
22 lines
637 B
Makefile
22 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:49 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= IMAP-Client-0.13
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 7
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IMAP/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl5 module for IMAP manipulation
|
|
|
|
DEPENDS+= p5-IO-Socket-SSL>=0:../../security/p5-IO-Socket-SSL
|
|
DEPENDS+= {perl>=5.7.3,p5-MIME-Base64>=0}:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-URI-imap>=0:../../mail/p5-URI-imap
|
|
DEPENDS+= p5-URI>=0:../../www/p5-URI
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/IMAP/Client/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|