Date: Sat, 25 Feb 2017 08:31:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434772 - head/devel/p5-TAP-SimpleOutput Message-ID: <201702250831.v1P8VWMU040722@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 25 08:31:32 2017 New Revision: 434772 URL: https://svnweb.freebsd.org/changeset/ports/434772 Log: Fix LICENSE and add LICENSE_FILE Approved by: portmgr (blanket) Modified: head/devel/p5-TAP-SimpleOutput/Makefile Modified: head/devel/p5-TAP-SimpleOutput/Makefile ============================================================================== --- head/devel/p5-TAP-SimpleOutput/Makefile Sat Feb 25 08:30:12 2017 (r434771) +++ head/devel/p5-TAP-SimpleOutput/Makefile Sat Feb 25 08:31:32 2017 (r434772) @@ -9,7 +9,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= lth@FreeBSD.org COMMENT= Simple closure-driven TAP generator -LICENSE= GPLv2 +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive RUN_DEPENDS:= ${BUILD_DEPENDS}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702250831.v1P8VWMU040722>