From 6102d80242a12dea47653b345bd4344d7bea02ad Mon Sep 17 00:00:00 2001 From: az Date: Fri, 7 Jun 2013 06:55:05 +0000 Subject: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 PR: ports/178897 Submitted by: az Approved by: maintainer (timeout) --- mail/p5-Net-POP3-SSLWrapper/Makefile | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'mail') 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 -# +# Created by: johnpupu # $FreeBSD$ -# PORTNAME= Net-POP3-SSLWrapper PORTVERSION= 0.06 @@ -21,11 +17,4 @@ PERL_CONFIGURE= yes MAN3= Net::POP3::SSLWrapper.3 -.include - -.if ${PERL_LEVEL} < 501000 -BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -RUN_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent -.endif - -.include +.include -- cgit