svn commit: r480586 - head/converters/p5-Text-Bidi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 24 11:13:18 UTC 2018


Author: sunpoet
Date: Mon Sep 24 11:13:16 2018
New Revision: 480586
URL: https://svnweb.freebsd.org/changeset/ports/480586

Log:
  Add LICENSE_FILE

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

Modified: head/converters/p5-Text-Bidi/Makefile
==============================================================================
--- head/converters/p5-Text-Bidi/Makefile	Mon Sep 24 11:13:11 2018	(r480585)
+++ head/converters/p5-Text-Bidi/Makefile	Mon Sep 24 11:13:16 2018	(r480586)
@@ -12,13 +12,14 @@ COMMENT=	Perl interface to the libfribidi
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-ExtUtils-PkgConfig>=0:devel/p5-ExtUtils-PkgConfig \
 		swig3.0:devel/swig30
 LIB_DEPENDS=	libfribidi.so:converters/fribidi
 
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Bidi/private/private.so


More information about the svn-ports-all mailing list