svn commit: r464475 - head/converters/p5-Text-Iconv

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 14 09:03:13 UTC 2018


Author: amdmi3
Date: Wed Mar 14 09:03:13 2018
New Revision: 464475
URL: https://svnweb.freebsd.org/changeset/ports/464475

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/converters/p5-Text-Iconv/Makefile

Modified: head/converters/p5-Text-Iconv/Makefile
==============================================================================
--- head/converters/p5-Text-Iconv/Makefile	Wed Mar 14 08:53:57 2018	(r464474)
+++ head/converters/p5-Text-Iconv/Makefile	Wed Mar 14 09:03:13 2018	(r464475)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl interface to iconv() codeset conversion function
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5 iconv:translit
 USE_PERL5=	configure
 CONFIGURE_ARGS+=INC="-I${ICONV_PREFIX}/include ${CFLAGS}" \


More information about the svn-ports-all mailing list