svn commit: r489854 - head/devel/p5-Devel-Autoflush

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jan 10 09:00:27 UTC 2019


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 at 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>


More information about the svn-ports-head mailing list