Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jan 2019 09:00:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489854 - head/devel/p5-Devel-Autoflush
Message-ID:  <201901100900.x0A90RTe061429@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jan 10 09:00:26 2019
New Revision: 489854
URL: https://svnweb.freebsd.org/changeset/ports/489854

Log:
  - Add LICENSE
  - Add NO_ARCH
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Devel-Autoflush/Makefile

Modified: head/devel/p5-Devel-Autoflush/Makefile
==============================================================================
--- head/devel/p5-Devel-Autoflush/Makefile	Thu Jan 10 08:44:49 2019	(r489853)
+++ head/devel/p5-Devel-Autoflush/Makefile	Thu Jan 10 09:00:26 2019	(r489854)
@@ -12,10 +12,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	swills@FreeBSD.org
 COMMENT=	Set autoflush from the command line
 
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-IO-CaptureOutput>0:devel/p5-IO-CaptureOutput
 
 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?201901100900.x0A90RTe061429>