Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Jun 2021 13:42:56 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fda8feb4a127 - main - devel/p5-Data-Validator: Add LICENSE_FILE
Message-ID:  <202106251342.15PDguoV083647@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fda8feb4a12775627e4a1f4a385fad418644549a

commit fda8feb4a12775627e4a1f4a385fad418644549a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-06-25 13:34:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-06-25 13:34:11 +0000

    devel/p5-Data-Validator: Add LICENSE_FILE
---
 devel/p5-Data-Validator/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/devel/p5-Data-Validator/Makefile b/devel/p5-Data-Validator/Makefile
index a6b3d1420291..7f69114790ce 100644
--- a/devel/p5-Data-Validator/Makefile
+++ b/devel/p5-Data-Validator/Makefile
@@ -12,14 +12,16 @@ COMMENT=	Rule based validator on type constraint system
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Mouse>=0.93:devel/p5-Mouse
 TEST_DEPENDS=	p5-Moose>=0:devel/p5-Moose \
 		p5-Test-Requires>=0:devel/p5-Test-Requires
 
-NO_ARCH=	yes
-USE_PERL5=	modbuild
 USES=		perl5
+USE_PERL5=	modbuild
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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