mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Update to 3680
- Add redundant BUILD/RUN_DEPENDS to limit opendkim version (2.5.0+) - While I'm here: - Add TEST_DEPENDS - Add missing trailing slash in WWW Changes: http://search.cpan.org/dist/Mail-OpenDKIM/ChangeLog PR: ports/166098 Submitted by: Vick Khera <vivek@khera.org> (maintainer) Feature safe: yes
This commit is contained in:
parent
b8eebeef3b
commit
4194328d6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293334
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Mail-OpenDKIM
|
||||
PORTVERSION= 3253
|
||||
PORTVERSION= 3680
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,7 +14,12 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= vivek@khera.org
|
||||
COMMENT= Perl interface to OpenDKIM C library
|
||||
|
||||
BUILD_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim
|
||||
LIB_DEPENDS= opendkim:${PORTSDIR}/mail/opendkim
|
||||
RUN_DEPENDS= opendkim>=2.5.0:${PORTSDIR}/mail/opendkim
|
||||
|
||||
TEST_DEPENDS= p5-Error>=0:${PORTSDIR}/lang/p5-Error \
|
||||
p5-Test-Kwalitee>=0:${PORTSDIR}/devel/p5-Test-Kwalitee
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (Mail-OpenDKIM-3253.tar.gz) = d562f4c05762005c28a237ca661e14db23b52b2a0f98c53ec178afdc5e895f7a
|
||||
SIZE (Mail-OpenDKIM-3253.tar.gz) = 31327
|
||||
SHA256 (Mail-OpenDKIM-3680.tar.gz) = 0ae9f530d200fb671e865553541e2c2c1d598d3ef30786803c16a9d75e510734
|
||||
SIZE (Mail-OpenDKIM-3680.tar.gz) = 32049
|
||||
|
@ -2,4 +2,4 @@ Mail::OpenDKIM is a perl interface to the OpenDKIM C library. It also
|
||||
implements a drop-in replacement for the Mail::DKIM::Signer object which is up
|
||||
to four times faster than the pure perl Mail::DKIM implementation.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Mail-OpenDKIM
|
||||
WWW: http://search.cpan.org/dist/Mail-OpenDKIM/
|
||||
|
Loading…
Reference in New Issue
Block a user