Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2021 20:47:37 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 73d8dfacb476 - main - x11-toolkits/p5-Gtk2-Ex-FormFactory: Add LICENSE and NO_ARCH
Message-ID:  <202106302047.15UKlbLO056334@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=73d8dfacb4766d23b300bb5f11a79b9f77c0e2bc

commit 73d8dfacb4766d23b300bb5f11a79b9f77c0e2bc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-30 20:39:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-30 20:44:01 +0000

    x11-toolkits/p5-Gtk2-Ex-FormFactory: Add LICENSE and NO_ARCH
---
 x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile b/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile
index 7b4878b09da9..7bc110ee79f6 100644
--- a/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile
+++ b/x11-toolkits/p5-Gtk2-Ex-FormFactory/Makefile
@@ -10,9 +10,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Makes building complex GUI more easy
 
-BUILD_DEPENDS=	p5-Glib>=1.00:devel/p5-Glib \
-		p5-Gtk2>=1.060:x11-toolkits/p5-Gtk2 \
-		p5-Gtk2-Ex-Simple-List>=0:x11-toolkits/p5-Gtk2-Ex-Simple-List
+LICENSE=	GPLv2+
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Glib>=1.00:devel/p5-Glib \
 		p5-Gtk2>=1.060:x11-toolkits/p5-Gtk2 \
 		p5-Gtk2-Ex-Simple-List>=0:x11-toolkits/p5-Gtk2-Ex-Simple-List
@@ -20,4 +20,6 @@ RUN_DEPENDS=	p5-Glib>=1.00:devel/p5-Glib \
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>



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