Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2018 16:50:05 +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: r482691 - head/devel/p5-Class-Tiny-Chained
Message-ID:  <201810211650.w9LGo56K039543@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct 21 16:50:05 2018
New Revision: 482691
URL: https://svnweb.freebsd.org/changeset/ports/482691

Log:
  Add LICENSE_FILE
  
  - Cosmetic change

Modified:
  head/devel/p5-Class-Tiny-Chained/Makefile

Modified: head/devel/p5-Class-Tiny-Chained/Makefile
==============================================================================
--- head/devel/p5-Class-Tiny-Chained/Makefile	Sun Oct 21 16:49:57 2018	(r482690)
+++ head/devel/p5-Class-Tiny-Chained/Makefile	Sun Oct 21 16:50:05 2018	(r482691)
@@ -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 <bsd.port.mk>



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