2ca9f0d9c0
Pkgsrc changes: - Removed p5-Crypt-RSA and p5-Crypt-OpenSSL-Bignum as direct requirements. - Added patterns to CHECK_INTERPRETER_SKIP to avoid messages about missing /usr/bin/perl. Relevant changes since version 0.17: ==================================== * no longer depends on Crypt::RSA or Crypt::OpenSSL::Bignum.
30 lines
1 KiB
Makefile
30 lines
1 KiB
Makefile
# $NetBSD: Makefile,v 1.3 2006/07/16 09:46:15 heinz Exp $
|
|
#
|
|
|
|
DISTNAME= Mail-DKIM-0.18
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5mdk
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
|
|
|
MAINTAINER= heinz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Mail-DKIM/
|
|
COMMENT= Perl5 module for DKIM-based mail-signing and -verifying
|
|
|
|
DEPENDS+= p5-Crypt-OpenSSL-RSA-[0-9]*:../../security/p5-Crypt-OpenSSL-RSA
|
|
DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
|
|
DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
|
|
DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error
|
|
DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
|
|
DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
|
|
DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Mail/DKIM/.packlist
|
|
CHECK_INTERPRETER_SKIP+=${PERL5_INSTALLVENDORLIB}/Mail/DKIM.pm
|
|
CHECK_INTERPRETER_SKIP+=${PERL5_INSTALLVENDORLIB}/Mail/DKIM/*
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|