Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jul 2015 16:18:00 +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: r391319 - head/graphics/p5-Image-Base-SVG
Message-ID:  <201507041618.t64GI0nb087728@repo.freebsd.org>

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

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/graphics/p5-Image-Base-SVG/Makefile

Modified: head/graphics/p5-Image-Base-SVG/Makefile
==============================================================================
--- head/graphics/p5-Image-Base-SVG/Makefile	Sat Jul  4 16:17:55 2015	(r391318)
+++ head/graphics/p5-Image-Base-SVG/Makefile	Sat Jul  4 16:17:59 2015	(r391319)
@@ -11,11 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	SVG image file output
 
+LICENSE=	GPLv3
+
 BUILD_DEPENDS=	p5-Image-Base>=0:${PORTSDIR}/graphics/p5-Image-Base \
 		p5-SVG>=2.38:${PORTSDIR}/textproc/p5-SVG \
 		p5-SVG-Parser>=0:${PORTSDIR}/textproc/p5-SVG-Parser
 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?201507041618.t64GI0nb087728>