git: 73d8dfacb476 - main - x11-toolkits/p5-Gtk2-Ex-FormFactory: Add LICENSE and NO_ARCH
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 30 20:47:39 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=73d8dfacb4766d23b300bb5f11a79b9f77c0e2bc
commit 73d8dfacb4766d23b300bb5f11a79b9f77c0e2bc
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-30 20:39:09 +0000
Commit: Po-Chuan Hsieh <sunpoet at 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 at 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>
More information about the dev-commits-ports-all
mailing list