From owner-svn-ports-head@FreeBSD.ORG Sat Mar 1 17:12:07 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04DA4987; Sat, 1 Mar 2014 17:12:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E52EF1B99; Sat, 1 Mar 2014 17:12:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s21HC62b070127; Sat, 1 Mar 2014 17:12:06 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s21HC6qo070126; Sat, 1 Mar 2014 17:12:06 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201403011712.s21HC6qo070126@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 1 Mar 2014 17:12:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346653 - head/graphics/p5-GD-Graph 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.17 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: Sat, 01 Mar 2014 17:12:07 -0000 Author: sunpoet Date: Sat Mar 1 17:12:06 2014 New Revision: 346653 URL: http://svnweb.freebsd.org/changeset/ports/346653 QAT: https://qat.redports.org/buildarchive/r346653/ Log: - Add LICENSE - Remove outdated PERL_LEVEL check Modified: head/graphics/p5-GD-Graph/Makefile Modified: head/graphics/p5-GD-Graph/Makefile ============================================================================== --- head/graphics/p5-GD-Graph/Makefile Sat Mar 1 17:10:01 2014 (r346652) +++ head/graphics/p5-GD-Graph/Makefile Sat Mar 1 17:12:06 2014 (r346653) @@ -11,6 +11,9 @@ DISTNAME= GDGraph-${DISTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Graph plotting module for perl5 +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-GD-TextUtil>=0:${PORTSDIR}/graphics/p5-GD-TextUtil RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -18,10 +21,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include - -.if ${PERL_LEVEL} < 501400 -BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.58:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker -.endif - -.include +.include