svn commit: r391319 - head/graphics/p5-Image-Base-SVG

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


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


More information about the svn-ports-all mailing list