git: fda8feb4a127 - main - devel/p5-Data-Validator: Add LICENSE_FILE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 25 13:42:56 UTC 2021


The branch main has been updated by sunpoet:

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

commit fda8feb4a12775627e4a1f4a385fad418644549a
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:34:11 +0000
Commit:     Po-Chuan Hsieh <sunpoet at 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>


More information about the dev-commits-ports-main mailing list