diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-11-28 00:43:30 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-11-28 00:43:30 +0800 |
commit | ef782651db1ffa2bc7c706639de3b5b4abba14c5 (patch) | |
tree | a27674491375fb402d7c407f9cb91fcedf59e9dc /x11-toolkits | |
parent | 987d36502e5ac28936bfcc6b58d1f1ea9a54702e (diff) | |
download | freebsd-ports-gnome-ef782651db1ffa2bc7c706639de3b5b4abba14c5.tar.gz freebsd-ports-gnome-ef782651db1ffa2bc7c706639de3b5b4abba14c5.tar.zst freebsd-ports-gnome-ef782651db1ffa2bc7c706639de3b5b4abba14c5.zip |
- Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/p5-Gtk3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Gtk3/Makefile b/x11-toolkits/p5-Gtk3/Makefile index 7cd6b99dd526..4513d9c7f11a 100644 --- a/x11-toolkits/p5-Gtk3/Makefile +++ b/x11-toolkits/p5-Gtk3/Makefile @@ -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 |