diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-06-07 06:55:05 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-06-07 06:55:05 +0000 |
commit | e4d7963bf9bdff5ab609484adb619ec274165e33 (patch) | |
tree | dea5ab7b134d2dabc5275c2f5756d66d71925f09 /mail/p5-Net-POP3-SSLWrapper | |
parent | b62e166e016fb23accb94ecfbce5e5e33fcc016a (diff) | |
download | ports-e4d7963bf9bdff5ab609484adb619ec274165e33.tar.gz ports-e4d7963bf9bdff5ab609484adb619ec274165e33.zip |
Notes
Diffstat (limited to 'mail/p5-Net-POP3-SSLWrapper')
-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> |