Date: Fri, 23 Mar 2018 09:03:21 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465339 - head/graphics/p5-GD-TextUtil Message-ID: <201803230903.w2N93LbN074959@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Mar 23 09:03:20 2018 New Revision: 465339 URL: https://svnweb.freebsd.org/changeset/ports/465339 Log: - Add LICENSE - Add NO_ARCH Approved by: portmgr blanket Modified: head/graphics/p5-GD-TextUtil/Makefile Modified: head/graphics/p5-GD-TextUtil/Makefile ============================================================================== --- head/graphics/p5-GD-TextUtil/Makefile Fri Mar 23 08:50:55 2018 (r465338) +++ head/graphics/p5-GD-TextUtil/Makefile Fri Mar 23 09:03:20 2018 (r465339) @@ -14,7 +14,12 @@ COMMENT= Text utilities for use with GD drawing packag RUN_DEPENDS= p5-GD>=0:graphics/p5-GD +LICENSE= ART10 GPLv1+ GPLv2+ +LICENSE_COMB= dual +LICENSE_FILE_GPLv2+ = ${WRKSRC}/Dustismo.LICENSE + USES= perl5 USE_PERL5= configure +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803230903.w2N93LbN074959>