- Trim Makefile header

- Remove unnecessary depend on PERL_LEVEL < 5.12

PR:		ports/178940
Submitted by:	az
Approved by:	maintainer (timeout)
This commit is contained in:
Andrej Zverev 2013-06-07 07:54:32 +00:00
parent 65b2b65a3e
commit d52b48493d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320171

View File

@ -1,9 +1,4 @@
# New ports collection makefile for: FCGI::Client
# Date created: 02 Apr 2010
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= FCGI-Client
PORTVERSION= 0.08
@ -29,10 +24,4 @@ MAN3= FCGI::Client.3 \
FCGI::Client::RecordFactory.3 \
FCGI::Client::RecordHeader.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} <= 501000
RUN_DEPENDS+= p5-autodie>0:${PORTSDIR}/devel/p5-autodie
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>