Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 16:17:56 +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: r391318 - head/graphics/p5-Graph-Writer-GraphViz
Message-ID:  <201507041617.t64GHuM8087606@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Jul  4 16:17:55 2015
New Revision: 391318
URL: https://svnweb.freebsd.org/changeset/ports/391318

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/graphics/p5-Graph-Writer-GraphViz/Makefile

Modified: head/graphics/p5-Graph-Writer-GraphViz/Makefile
==============================================================================
--- head/graphics/p5-Graph-Writer-GraphViz/Makefile	Sat Jul  4 16:17:50 2015	(r391317)
+++ head/graphics/p5-Graph-Writer-GraphViz/Makefile	Sat Jul  4 16:17:55 2015	(r391318)
@@ -11,12 +11,16 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	GraphViz Writer for Graph object
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Graph>=0.54:${PORTSDIR}/math/p5-Graph \
 		p5-Graph-ReadWrite>=0:${PORTSDIR}/graphics/p5-Graph-ReadWrite \
 		p5-GraphViz>=2.02:${PORTSDIR}/graphics/p5-GraphViz \
 		p5-IO-All>=0.30:${PORTSDIR}/devel/p5-IO-All
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 



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