1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 0.06

Changes:	http://search.cpan.org/dist/Net-POP3-SSLWrapper/Changes
PR:		ports/157359
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
Approved by:	John Chen <johnpupu@gmail.com> (maintainer)
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-05-29 12:45:31 +00:00
parent 69f9107e9a
commit 699fba3462
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274781
2 changed files with 14 additions and 9 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= Net-POP3-SSLWrapper
PORTVERSION= 0.02
PORTVERSION= 0.06
CATEGORIES= mail perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -14,12 +14,18 @@ PKGNAMEPREFIX= p5-
MAINTAINER= johnpupu@gmail.com
COMMENT= Perl extension for simple POP3S wrapper for Net::POP3
RUN_DEPENDS= p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-ExtUtils-MakeMaker>0:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS= p5-IO-Socket-SSL>=1.34:${PORTSDIR}/security/p5-IO-Socket-SSL
PERL_CONFIGURE= yes
MAN3= Net::POP3::SSLWrapper.3
MAN3= Net::POP3::SSLWrapper.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 501000
BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
.endif
.include <bsd.port.post.mk>

View File

@ -1,3 +1,2 @@
MD5 (Net-POP3-SSLWrapper-0.02.tar.gz) = 1ef50e46ac902290be782004dc306f10
SHA256 (Net-POP3-SSLWrapper-0.02.tar.gz) = 7ba38d76072a6dfbcf7ec7c4056cbad4cc5adf9c5449a477116c57cf6c2c57ad
SIZE (Net-POP3-SSLWrapper-0.02.tar.gz) = 34630
SHA256 (Net-POP3-SSLWrapper-0.06.tar.gz) = 476ce11ef3ddb91f6d0f54955976e1ed36e843dd79942b51676c4e9270178d4e
SIZE (Net-POP3-SSLWrapper-0.06.tar.gz) = 24204