aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorskreuzer <skreuzer@FreeBSD.org>2014-02-10 22:55:27 +0800
committerskreuzer <skreuzer@FreeBSD.org>2014-02-10 22:55:27 +0800
commit0d35bce8d76ad49ab47b712f53b9403d0bf5554b (patch)
treebfff9af013e199316236a14e04e2dfe9590f457a /x11-toolkits
parent77dd2db19236cac1253a719be5fc96aba7fd1456 (diff)
downloadfreebsd-ports-gnome-0d35bce8d76ad49ab47b712f53b9403d0bf5554b.tar.gz
freebsd-ports-gnome-0d35bce8d76ad49ab47b712f53b9403d0bf5554b.tar.zst
freebsd-ports-gnome-0d35bce8d76ad49ab47b712f53b9403d0bf5554b.zip
Fix typo in COMMENT
Define LICENSE
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Tk-ResizeButton/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-toolkits/p5-Tk-ResizeButton/Makefile b/x11-toolkits/p5-Tk-ResizeButton/Makefile
index d45a8593f25a..abd8fcd060ac 100644
--- a/x11-toolkits/p5-Tk-ResizeButton/Makefile
+++ b/x11-toolkits/p5-Tk-ResizeButton/Makefile
@@ -9,7 +9,10 @@ MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
-COMMENT= Resizeable button to be used in a Tk::HList column header
+COMMENT= Resizable button to be used in a Tk::HList column header
+
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
BUILD_DEPENDS= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS:= ${BUILD_DEPENDS}