diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-05-29 12:45:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-05-29 12:45:31 +0000 |
commit | 699fba346215902271b9e874d3a730f8c89a624c (patch) | |
tree | e41e51d0a868ace0f5612fa9adff5c792b42d802 /mail/p5-Net-POP3-SSLWrapper | |
parent | 69f9107e9a15f7ceda632a6bb37a332e6ff82851 (diff) | |
download | ports-699fba346215902271b9e874d3a730f8c89a624c.tar.gz ports-699fba346215902271b9e874d3a730f8c89a624c.zip |
Notes
Diffstat (limited to 'mail/p5-Net-POP3-SSLWrapper')
-rw-r--r-- | mail/p5-Net-POP3-SSLWrapper/Makefile | 18 | ||||
-rw-r--r-- | mail/p5-Net-POP3-SSLWrapper/distinfo | 5 |
2 files changed, 14 insertions, 9 deletions
diff --git a/mail/p5-Net-POP3-SSLWrapper/Makefile b/mail/p5-Net-POP3-SSLWrapper/Makefile index cb0ffe58664a..d9a7df191faa 100644 --- a/mail/p5-Net-POP3-SSLWrapper/Makefile +++ b/mail/p5-Net-POP3-SSLWrapper/Makefile @@ -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> diff --git a/mail/p5-Net-POP3-SSLWrapper/distinfo b/mail/p5-Net-POP3-SSLWrapper/distinfo index 6a1a5f879c5c..8f3b814c0748 100644 --- a/mail/p5-Net-POP3-SSLWrapper/distinfo +++ b/mail/p5-Net-POP3-SSLWrapper/distinfo @@ -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 |