aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Net-POP3-SSLWrapper/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-29 12:45:31 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-05-29 12:45:31 +0000
commit699fba346215902271b9e874d3a730f8c89a624c (patch)
treee41e51d0a868ace0f5612fa9adff5c792b42d802 /mail/p5-Net-POP3-SSLWrapper/Makefile
parent69f9107e9a15f7ceda632a6bb37a332e6ff82851 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=274781
Diffstat (limited to 'mail/p5-Net-POP3-SSLWrapper/Makefile')
-rw-r--r--mail/p5-Net-POP3-SSLWrapper/Makefile18
1 files changed, 12 insertions, 6 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>