diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-05-29 20:45:31 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-05-29 20:45:31 +0800 |
commit | 560bd98c29ae89f2fd1cee26f42b5663d268d1e2 (patch) | |
tree | 3780e3b23925db878453c2812d8ac9fe48afb0f2 /mail | |
parent | 74c7e80576805019970be3d07056262ed2b3952d (diff) | |
download | freebsd-ports-gnome-560bd98c29ae89f2fd1cee26f42b5663d268d1e2.tar.gz freebsd-ports-gnome-560bd98c29ae89f2fd1cee26f42b5663d268d1e2.tar.zst freebsd-ports-gnome-560bd98c29ae89f2fd1cee26f42b5663d268d1e2.zip |
- 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)
Diffstat (limited to 'mail')
-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 |