Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Nov 2016 16:43:30 +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: r427245 - head/x11-toolkits/p5-Gtk3
Message-ID:  <201611271643.uARGhUKe082204@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 27 16:43:30 2016
New Revision: 427245
URL: https://svnweb.freebsd.org/changeset/ports/427245

Log:
  - Fix LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  
  Approved by:	portmgr (blanket)

Modified:
  head/x11-toolkits/p5-Gtk3/Makefile

Modified: head/x11-toolkits/p5-Gtk3/Makefile
==============================================================================
--- head/x11-toolkits/p5-Gtk3/Makefile	Sun Nov 27 16:43:25 2016	(r427244)
+++ head/x11-toolkits/p5-Gtk3/Makefile	Sun Nov 27 16:43:30 2016	(r427245)
@@ -10,10 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	hiroto.kagotani@gmail.com
 COMMENT=	Perl module for Gtk+ 3.x graphical user interface library
 
-LICENSE=	LGPL21
+LICENSE=	LGPL21+
+LICENSE_FILE_LGPL21=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	p5-Glib-Object-Introspection>=0.002:devel/p5-Glib-Object-Introspection
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 USE_GNOME=	gtk30



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