From 8f51d7f9e16778731e3112b9917d2e04c778160d Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 21 Oct 2018 16:50:05 +0000 Subject: [PATCH] Add LICENSE_FILE - Cosmetic change --- devel/p5-Class-Tiny-Chained/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/devel/p5-Class-Tiny-Chained/Makefile b/devel/p5-Class-Tiny-Chained/Makefile index 216f36d81554..43302e236feb 100644 --- a/devel/p5-Class-Tiny-Chained/Makefile +++ b/devel/p5-Class-Tiny-Chained/Makefile @@ -11,12 +11,14 @@ MAINTAINER= perl@FreeBSD.org COMMENT= Minimalist class construction, with chained attributes LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= p5-Class-Tiny>0:devel/p5-Class-Tiny -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Class-Tiny>0:devel/p5-Class-Tiny USES= perl5 USE_PERL5= configure -NO_ARCH= YES + +NO_ARCH= yes .include