aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-03-08 17:25:09 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-03-08 17:25:09 +0800
commit6e90940ee55d8a2f1109765854367525fe732242 (patch)
tree619a3ef8704b18c9ad6fac144b1beb8b84ccf7fd /x11-toolkits
parent934c65d970ca96332e68ac500934f4447ed2c51f (diff)
downloadfreebsd-ports-gnome-6e90940ee55d8a2f1109765854367525fe732242.tar.gz
freebsd-ports-gnome-6e90940ee55d8a2f1109765854367525fe732242.tar.zst
freebsd-ports-gnome-6e90940ee55d8a2f1109765854367525fe732242.zip
- Add LICENSE
- Add TEST_DEPENDS - Use USES=zip
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/p5-Tk-ToolBar/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-toolkits/p5-Tk-ToolBar/Makefile b/x11-toolkits/p5-Tk-ToolBar/Makefile
index 930d575acc74..81bc63add315 100644
--- a/x11-toolkits/p5-Tk-ToolBar/Makefile
+++ b/x11-toolkits/p5-Tk-ToolBar/Makefile
@@ -7,15 +7,18 @@ PORTREVISION= 2
CATEGORIES= x11-toolkits tk perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-EXTRACT_SUFX= .zip
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolbar widget for Perl/Tk
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Tk-CursorControl>=0:${PORTSDIR}/x11-toolkits/p5-Tk-CursorControl
RUN_DEPENDS:= ${BUILD_DEPENDS}
+TEST_DEPENDS= p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod
USE_PERL5= configure
-USES= perl5
+USES= perl5 zip
.include <bsd.port.mk>