pkgsrc/mail/p5-Mail-IMAPClient/Makefile
wiz 40bbad7ac6 Comment out dependencies of the style
{perl>=5.16.6,p5-ExtUtils-ParseXS>=3.15}:../../devel/p5-ExtUtils-ParseXS
since pkgsrc enforces the newest perl version anyway, so they
should always pick perl, but sometimes (pkg_add) don't due to the
design of the {,} syntax.

No effective change for the above reason.

Ok joerg
2015-07-12 18:56:06 +00:00

31 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.41 2015/07/12 18:56:24 wiz Exp $
DISTNAME= Mail-IMAPClient-3.33
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Mail-IMAPClient/
COMMENT= Perl5 module for talking to RFC-2060 IMAP servers
LICENSE= gnu-gpl-v2 # OR artistic
#DEPENDS+= {perl>=5.6.1,p5-File-Temp-[0-9]*}:../../devel/p5-File-Temp
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Parse-RecDescent>=1.94:../../devel/p5-Parse-RecDescent
DEPENDS+= p5-Scalar-List-Utils>=0:../../devel/p5-Scalar-List-Utils
# Recommended
DEPENDS+= p5-Authen-SASL-[0-9]*:../../security/p5-Authen-SASL
DEPENDS+= p5-Digest-HMAC-[0-9]*:../../security/p5-Digest-HMAC
DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
PERL5_PACKLIST= auto/Mail/IMAPClient/.packlist
pre-configure:
cd ${WRKSRC} && ${TOUCH} ${TOUCH_FLAGS} test.txt
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"