diff options
author | heinz <heinz@pkgsrc.org> | 2006-02-24 23:02:38 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-02-24 23:02:38 +0000 |
commit | bb957e98bc1c95b00eb04a27d110c05b518860fd (patch) | |
tree | 5a9ef0d17609411914783c37ee2d2b64dbd444ed /mail | |
parent | fa0f29757fa8f81d22c4d26632e54575be750b0f (diff) | |
download | pkgsrc-bb957e98bc1c95b00eb04a27d110c05b518860fd.tar.gz |
Initial version of the p5-Mail-DKIM package.
This Perl module implements the various components of the DKIM message-signing
and verifying standard for Internet mail.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-DKIM/DESCR | 2 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/Makefile | 28 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/PLIST | 1 | ||||
-rw-r--r-- | mail/p5-Mail-DKIM/distinfo | 5 |
4 files changed, 36 insertions, 0 deletions
diff --git a/mail/p5-Mail-DKIM/DESCR b/mail/p5-Mail-DKIM/DESCR new file mode 100644 index 00000000000..72c0e9d0946 --- /dev/null +++ b/mail/p5-Mail-DKIM/DESCR @@ -0,0 +1,2 @@ +This Perl module implements the various components of the DKIM message-signing +and verifying standard for Internet mail. diff --git a/mail/p5-Mail-DKIM/Makefile b/mail/p5-Mail-DKIM/Makefile new file mode 100644 index 00000000000..05e23131080 --- /dev/null +++ b/mail/p5-Mail-DKIM/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/24 23:02:38 heinz Exp $ +# + +DISTNAME= Mail-DKIM-0.14 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5mdk +CATEGORIES= mail perl5 +MASTER_SITES= http://jason.long.name/dkimproxy/ + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://jason.long.name/dkimproxy/ +COMMENT= Perl5 module for DKIM-based mail-signing and -verifying + +DEPENDS+= p5-Crypt-OpenSSL-RSA-[0-9]*:../../security/p5-Crypt-OpenSSL-RSA +DEPENDS+= p5-Crypt-RSA-[0-9]*:../../security/p5-Crypt-RSA +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 + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/mail/p5-Mail-DKIM/PLIST b/mail/p5-Mail-DKIM/PLIST new file mode 100644 index 00000000000..c8484f876a0 --- /dev/null +++ b/mail/p5-Mail-DKIM/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/24 23:02:38 heinz Exp $ diff --git a/mail/p5-Mail-DKIM/distinfo b/mail/p5-Mail-DKIM/distinfo new file mode 100644 index 00000000000..f2adbc70c0c --- /dev/null +++ b/mail/p5-Mail-DKIM/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/02/24 23:02:38 heinz Exp $ + +SHA1 (Mail-DKIM-0.14.tar.gz) = 71f5fc09fde27f3349432806d0a8472aa466470b +RMD160 (Mail-DKIM-0.14.tar.gz) = 7da84f26cfa56813ff71183ff241ab81daf8b84f +Size (Mail-DKIM-0.14.tar.gz) = 24102 bytes |