svn commit: r391318 - head/graphics/p5-Graph-Writer-GraphViz

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Jul 4 16:17:56 UTC 2015


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


More information about the svn-ports-all mailing list