From owner-svn-ports-head@FreeBSD.ORG Fri May 24 10:05:05 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4C068FA1; Fri, 24 May 2013 10:05:05 +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 3E5F89A; Fri, 24 May 2013 10:05:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r4OA55tQ056193; Fri, 24 May 2013 10:05:05 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r4OA55F3056192; Fri, 24 May 2013 10:05:05 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201305241005.r4OA55F3056192@svn.freebsd.org> From: Andrej Zverev Date: Fri, 24 May 2013 10:05:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318946 - head/www/p5-Net-FreshBooks-API 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:05:05 -0000 Author: az Date: Fri May 24 10:05:04 2013 New Revision: 318946 URL: http://svnweb.freebsd.org/changeset/ports/318946 Log: - Trim Makefile header - Remove unnecessary depend on PERL_LEVEL < 5.12 Modified: head/www/p5-Net-FreshBooks-API/Makefile (contents, props changed) Modified: head/www/p5-Net-FreshBooks-API/Makefile ============================================================================== --- head/www/p5-Net-FreshBooks-API/Makefile Fri May 24 09:56:49 2013 (r318945) +++ head/www/p5-Net-FreshBooks-API/Makefile Fri May 24 10:05:04 2013 (r318946) @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-Net-FreshBooks-API -# Date created: 2010-01-03 -# Whom: Gea-Suan Lin -# +# Created by: Gea-Suan Lin # $FreeBSD$ -# PORTNAME= Net-FreshBooks-API PORTVERSION= 0.23 @@ -66,10 +62,6 @@ MAN3= Net::FreshBooks::API.3 \ .include -.if ${PERL_LEVEL} < 501200 -BUILD_DEPENDS+= p5-Module-Build>=0.3601:${PORTSDIR}/devel/p5-Module-Build -.endif - .if ${PERL_LEVEL} < 501400 RUN_DEPENDS+= p5-parent>=0.224:${PORTSDIR}/devel/p5-parent TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple