Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 07:26:27 +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: r543147 - head/net/p5-POE-Component-Client-Whois
Message-ID:  <202007240726.06O7QRLj070651@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 24 07:26:26 2020
New Revision: 543147
URL: https://svnweb.freebsd.org/changeset/ports/543147

Log:
  Add LICENSE_FILE

Modified:
  head/net/p5-POE-Component-Client-Whois/Makefile

Modified: head/net/p5-POE-Component-Client-Whois/Makefile
==============================================================================
--- head/net/p5-POE-Component-Client-Whois/Makefile	Fri Jul 24 07:26:21 2020	(r543146)
+++ head/net/p5-POE-Component-Client-Whois/Makefile	Fri Jul 24 07:26:26 2020	(r543147)
@@ -12,13 +12,15 @@ COMMENT=	One shot non-blocking RFC 812 WHOIS query
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Net-Netmask>=1.9012:net-mgmt/p5-Net-Netmask \
 		p5-POE>=1.004:devel/p5-POE
 
-NO_ARCH=	yes
 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?202007240726.06O7QRLj070651>