Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Mar 2014 17:12:06 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346653 - head/graphics/p5-GD-Graph
Message-ID:  <201403011712.s21HC6qo070126@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-BUILD_DEPENDS+=	p5-ExtUtils-MakeMaker>=6.58:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403011712.s21HC6qo070126>