svn commit: r346653 - head/graphics/p5-GD-Graph

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 1 17:12:07 UTC 2014


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 at 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>


More information about the svn-ports-head mailing list