Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Apr 2020 19:36:50 +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: r532320 - head/databases/p5-Dancer-Plugin-Redis
Message-ID:  <202004211936.03LJaonL090889@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Apr 21 19:36:50 2020
New Revision: 532320
URL: https://svnweb.freebsd.org/changeset/ports/532320

Log:
  Add LICENSE_FILE

Modified:
  head/databases/p5-Dancer-Plugin-Redis/Makefile

Modified: head/databases/p5-Dancer-Plugin-Redis/Makefile
==============================================================================
--- head/databases/p5-Dancer-Plugin-Redis/Makefile	Tue Apr 21 19:36:43 2020	(r532319)
+++ head/databases/p5-Dancer-Plugin-Redis/Makefile	Tue Apr 21 19:36:50 2020	(r532320)
@@ -13,15 +13,17 @@ COMMENT=	Redis database connector for Dancer
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Dancer>=0:www/p5-Dancer \
 		p5-Redis>=1.9550:databases/p5-Redis
 
-PORTSCOUT=	skipv:0.10,0.11,0.12,0.13,0.14
+USES=		perl5
+USE_PERL5=	modbuild
 
 NO_ARCH=	yes
-USE_PERL5=	modbuild
-USES=		perl5
+
+PORTSCOUT=	skipv:0.10,0.11,0.12,0.13,0.14
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004211936.03LJaonL090889>