svn commit: r344524 - head/graphics/p5-Graphics-Primitive

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 16 10:39:14 UTC 2014


Author: sunpoet
Date: Sun Feb 16 10:39:13 2014
New Revision: 344524
URL: http://svnweb.freebsd.org/changeset/ports/344524
QAT: https://qat.redports.org/buildarchive/r344524/

Log:
  - Add LICENSE

Modified:
  head/graphics/p5-Graphics-Primitive/Makefile

Modified: head/graphics/p5-Graphics-Primitive/Makefile
==============================================================================
--- head/graphics/p5-Graphics-Primitive/Makefile	Sun Feb 16 10:38:31 2014	(r344523)
+++ head/graphics/p5-Graphics-Primitive/Makefile	Sun Feb 16 10:39:13 2014	(r344524)
@@ -11,14 +11,17 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Device and library agnostic graphic primitives
 
-RUN_DEPENDS=	p5-Forest>=0.06:${PORTSDIR}/devel/p5-Forest \
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Forest>=0.06:${PORTSDIR}/devel/p5-Forest \
 		p5-Geometry-Primitive>=0.16:${PORTSDIR}/graphics/p5-Geometry-Primitive \
 		p5-Graphics-Color>=0.20:${PORTSDIR}/graphics/p5-Graphics-Color \
 		p5-JSON-Any>=1.22:${PORTSDIR}/converters/p5-JSON-Any \
 		p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \
 		p5-MooseX-Clone>=0.04:${PORTSDIR}/devel/p5-MooseX-Clone \
 		p5-MooseX-Storage>=0.17:${PORTSDIR}/devel/p5-MooseX-Storage
-BUILD_DEPENDS:=	${RUN_DEPENDS}
+RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list