svn commit: r343642 - head/x11-toolkits/p5-Tk-ResizeButton

Steven Kreuzer skreuzer at FreeBSD.org
Mon Feb 10 14:55:27 UTC 2014


Author: skreuzer
Date: Mon Feb 10 14:55:27 2014
New Revision: 343642
URL: http://svnweb.freebsd.org/changeset/ports/343642
QAT: https://qat.redports.org/buildarchive/r343642/

Log:
  Fix typo in COMMENT
  Define LICENSE

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

Modified: head/x11-toolkits/p5-Tk-ResizeButton/Makefile
==============================================================================
--- head/x11-toolkits/p5-Tk-ResizeButton/Makefile	Mon Feb 10 14:46:25 2014	(r343641)
+++ head/x11-toolkits/p5-Tk-ResizeButton/Makefile	Mon Feb 10 14:55:27 2014	(r343642)
@@ -9,7 +9,10 @@ MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at 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}


More information about the svn-ports-all mailing list