- Trim Makefile header

- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178897
Submitted by:	az
Approved by:	maintainer (timeout)
This commit is contained in:
Andrej Zverev 2013-06-07 06:55:05 +00:00
parent b62e166e01
commit e4d7963bf9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320154

View File

@ -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>