Date: Sun, 8 Nov 2020 17:13:33 +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: r554515 - head/ftp/p5-SOAP-Transport-FTP Message-ID: <202011081713.0A8HDXFU096859@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Nov 8 17:13:33 2020 New Revision: 554515 URL: https://svnweb.freebsd.org/changeset/ports/554515 Log: Fix LICENSE Modified: head/ftp/p5-SOAP-Transport-FTP/Makefile Modified: head/ftp/p5-SOAP-Transport-FTP/Makefile ============================================================================== --- head/ftp/p5-SOAP-Transport-FTP/Makefile Sun Nov 8 17:13:29 2020 (r554514) +++ head/ftp/p5-SOAP-Transport-FTP/Makefile Sun Nov 8 17:13:33 2020 (r554515) @@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= FTP Client support for SOAP::Lite -LICENSE= ART10 +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-SOAP-Lite>=0.711:net/p5-SOAP-Lite
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011081713.0A8HDXFU096859>