From owner-svn-ports-head@FreeBSD.ORG Fri May 24 10:35:15 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02CFD286; Fri, 24 May 2013 10:35:15 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id E868229C; Fri, 24 May 2013 10:35:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OAZEO6067231; Fri, 24 May 2013 10:35:14 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OAZE60067230; Fri, 24 May 2013 10:35:14 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305241035.r4OAZE60067230@svn.freebsd.org> From: Andrej Zverev Date: Fri, 24 May 2013 10:35:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318953 - head/www/ljdeps X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 10:35:15 -0000 Author: az Date: Fri May 24 10:35:14 2013 New Revision: 318953 URL: http://svnweb.freebsd.org/changeset/ports/318953 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 Modified: head/www/ljdeps/Makefile (contents, props changed) Modified: head/www/ljdeps/Makefile ============================================================================== --- head/www/ljdeps/Makefile Fri May 24 10:30:58 2013 (r318952) +++ head/www/ljdeps/Makefile Fri May 24 10:35:14 2013 (r318953) @@ -1,9 +1,5 @@ -# New ports collection makefile for: www/ljdeps -# Date created: 23 July 2002 -# Whom: Ryan T. Dean -# +# Created by: Ryan T. Dean # $FreeBSD$ -# PORTNAME= ljdeps PORTVERSION= 1.0 @@ -37,12 +33,6 @@ EXTRACT_ONLY= # Empty NO_BUILD= yes USE_PERL5= yes -.include - -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - do-install: # Empty -.include +.include