mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 0.40.
Changes: http://search.cpan.org/dist/Mail-DKIM/Changes Also, bring this port into the perl@ fold.
This commit is contained in:
parent
6b0a4dd5b4
commit
95d3dafa89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312053
2 changed files with 6 additions and 9 deletions
|
@ -1,17 +1,13 @@
|
||||||
# ports collection makefile for: p5-Mail-DKIM
|
# Created by: Yoshisato YANAGISAWA
|
||||||
# Date created: 16 July 2006
|
|
||||||
# Whom: Yoshisato YANAGISAWA
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
|
||||||
|
|
||||||
PORTNAME= Mail-DKIM
|
PORTNAME= Mail-DKIM
|
||||||
PORTVERSION= 0.39
|
PORTVERSION= 0.40
|
||||||
CATEGORIES= mail perl5
|
CATEGORIES= mail perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= perl@FreeBSD.org
|
||||||
COMMENT= Perl5 module to process and/or create DKIM email
|
COMMENT= Perl5 module to process and/or create DKIM email
|
||||||
|
|
||||||
RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
|
RUN_DEPENDS= p5-Crypt-OpenSSL-RSA>=0:${PORTSDIR}/security/p5-Crypt-OpenSSL-RSA \
|
||||||
|
@ -28,6 +24,7 @@ MAN3= Mail::DKIM.3 \
|
||||||
Mail::DKIM::AuthorDomainPolicy.3 \
|
Mail::DKIM::AuthorDomainPolicy.3 \
|
||||||
Mail::DKIM::Canonicalization::Base.3 \
|
Mail::DKIM::Canonicalization::Base.3 \
|
||||||
Mail::DKIM::Canonicalization::DkimCommon.3 \
|
Mail::DKIM::Canonicalization::DkimCommon.3 \
|
||||||
|
Mail::DKIM::DNS.3 \
|
||||||
Mail::DKIM::DkimPolicy.3 \
|
Mail::DKIM::DkimPolicy.3 \
|
||||||
Mail::DKIM::DkPolicy.3 \
|
Mail::DKIM::DkPolicy.3 \
|
||||||
Mail::DKIM::DkSignature.3 \
|
Mail::DKIM::DkSignature.3 \
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (Mail-DKIM-0.39.tar.gz) = b1425a540f514c483e80566fb3decc2c1db4162306f6ae8794cef72a2d73557b
|
SHA256 (Mail-DKIM-0.40.tar.gz) = 3c5ea0c3a2028a5a2c3b64bbcd6bd9de6a5fa5ee4e16046dd8875c4796aaa6f1
|
||||||
SIZE (Mail-DKIM-0.39.tar.gz) = 87375
|
SIZE (Mail-DKIM-0.40.tar.gz) = 95186
|
||||||
|
|
Loading…
Add table
Reference in a new issue