svn commit: r465339 - head/graphics/p5-GD-TextUtil

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 23 09:03:21 UTC 2018


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>


More information about the svn-ports-all mailing list