mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- update to 3.11
This commit is contained in:
parent
82bcd30467
commit
d9e02026d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=221496
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Mail-IMAPClient
|
||||
PORTVERSION= 3.10
|
||||
PORTVERSION= 3.11
|
||||
CATEGORIES= mail perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -14,14 +14,10 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl5 module to talk to a IMAP4rev1 (RFC2060) server
|
||||
|
||||
BUILD_DEPENDS= p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent \
|
||||
p5-Digest-HMAC>0:${PORTSDIR}/security/p5-Digest-HMAC
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
RUN_DEPENDS= p5-Digest-HMAC>=0:${PORTSDIR}/security/p5-Digest-HMAC \
|
||||
p5-Parse-RecDescent>=1.94:${PORTSDIR}/devel/p5-Parse-RecDescent
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=</dev/null
|
||||
|
||||
INSTALL_TARGET= pure_site_install
|
||||
|
||||
MAN3= Mail::IMAPClient.3 \
|
||||
Mail::IMAPClient::BodyStructure.3 \
|
||||
@ -29,4 +25,13 @@ MAN3= Mail::IMAPClient.3 \
|
||||
Mail::IMAPClient::MessageSet.3 \
|
||||
Mail::IMAPClient::Thread.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500703
|
||||
RUN_DEPENDS+= p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \
|
||||
p5-IO>=1.26:${PORTSDIR}/devel/p5-IO \
|
||||
p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \
|
||||
p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Mail-IMAPClient-3.10.tar.gz) = 4a83788e77dba1d59daeeecffcc99d13
|
||||
SHA256 (Mail-IMAPClient-3.10.tar.gz) = bcb8e1f507fefffb95d770739009e82fc9d851020b0a429edd1d19d23d918cb4
|
||||
SIZE (Mail-IMAPClient-3.10.tar.gz) = 168481
|
||||
MD5 (Mail-IMAPClient-3.11.tar.gz) = 91b95d9fd080a6dcaf8ae1a4b391992f
|
||||
SHA256 (Mail-IMAPClient-3.11.tar.gz) = ffbe9f9e8de1fa56e4712c2440a9e176c596e7fbf377d4ad92d36abcb0a9990f
|
||||
SIZE (Mail-IMAPClient-3.11.tar.gz) = 169015
|
||||
|
Loading…
Reference in New Issue
Block a user