svn commit: r320171 - head/www/p5-FCGI-Client

Andrej Zverev az at FreeBSD.org
Fri Jun 7 07:54:33 UTC 2013


Author: az
Date: Fri Jun  7 07:54:32 2013
New Revision: 320171
URL: http://svnweb.freebsd.org/changeset/ports/320171

Log:
  - Trim Makefile header
  - Remove unnecessary depend on PERL_LEVEL < 5.12
  
  PR:		ports/178940
  Submitted by:	az
  Approved by:	maintainer (timeout)

Modified:
  head/www/p5-FCGI-Client/Makefile   (contents, props changed)

Modified: head/www/p5-FCGI-Client/Makefile
==============================================================================
--- head/www/p5-FCGI-Client/Makefile	Fri Jun  7 07:53:09 2013	(r320170)
+++ head/www/p5-FCGI-Client/Makefile	Fri Jun  7 07:54:32 2013	(r320171)
@@ -1,9 +1,4 @@
-# New ports collection makefile for:	FCGI::Client
-# Date created:		02 Apr 2010
-# Whom:			Jun Kuriyama <kuriyama at 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>


More information about the svn-ports-all mailing list