pkgsrc/mail/p5-Mail-DKIM/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 KiB
Makefile

# $NetBSD: Makefile,v 1.29 2015/07/12 18:56:24 wiz Exp $
#
DISTNAME= Mail-DKIM-0.40
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Mail-DKIM/
COMMENT= Perl5 module for DKIM-based mail-signing and -verifying
LICENSE= ${PERL5_LICENSE}
DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.27:../../security/p5-Crypt-OpenSSL-RSA
#DEPENDS+= {perl>=5.9.3,p5-Digest-SHA-[0-9]*}:../../security/p5-Digest-SHA
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
#DEPENDS+= {perl>=5.7.3,p5-MIME-Base64-[0-9]*}:../../converters/p5-MIME-Base64
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Mail/DKIM/.packlist
REPLACE_PERL+= lib/Mail/DKIM.pm
REPLACE_PERL+= lib/Mail/DKIM/*.pm
REPLACE_PERL+= lib/Mail/DKIM/Algorithm/*.pm
REPLACE_PERL+= lib/Mail/DKIM/Canonicalization/*.pm
REPLACE_PERL+= sample_mime_lite.pl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"