diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Net-POP3-SSLWrapper/Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/mail/p5-Net-POP3-SSLWrapper/Makefile b/mail/p5-Net-POP3-SSLWrapper/Makefile index d9a7df191faa..25b85686a168 100644 --- a/mail/p5-Net-POP3-SSLWrapper/Makefile +++ b/mail/p5-Net-POP3-SSLWrapper/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-POP3-SSLWrapper -# Date created: 16 December 2009 -# Whom: johnpupu <johnpupu@gmail.com> -# +# Created by: johnpupu <johnpupu@gmail.com> # $FreeBSD$ -# PORTNAME= Net-POP3-SSLWrapper PORTVERSION= 0.06 @@ -21,11 +17,4 @@ PERL_CONFIGURE= yes MAN3= Net::POP3::SSLWrapper.3 -.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> +.include <bsd.port.mk> |