svn commit: r347464 - head/x11-toolkits/p5-Tk-ToolBar

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 8 09:25:10 UTC 2014


Author: sunpoet
Date: Sat Mar  8 09:25:09 2014
New Revision: 347464
URL: http://svnweb.freebsd.org/changeset/ports/347464
QAT: https://qat.redports.org/buildarchive/r347464/

Log:
  - Add LICENSE
  - Add TEST_DEPENDS
  - Use USES=zip

Modified:
  head/x11-toolkits/p5-Tk-ToolBar/Makefile

Modified: head/x11-toolkits/p5-Tk-ToolBar/Makefile
==============================================================================
--- head/x11-toolkits/p5-Tk-ToolBar/Makefile	Sat Mar  8 09:24:37 2014	(r347463)
+++ head/x11-toolkits/p5-Tk-ToolBar/Makefile	Sat Mar  8 09:25:09 2014	(r347464)
@@ -7,15 +7,18 @@ PORTREVISION=	2
 CATEGORIES=	x11-toolkits tk perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
-EXTRACT_SUFX=	.zip
 
 MAINTAINER=	sunpoet at 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>


More information about the svn-ports-head mailing list