Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Sep 2018 09:08:18 +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: r479183 - head/net/p5-Net-Write
Message-ID:  <201809070908.w8798Ivf094350@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Sep  7 09:08:18 2018
New Revision: 479183
URL: https://svnweb.freebsd.org/changeset/ports/479183

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

Modified:
  head/net/p5-Net-Write/Makefile

Modified: head/net/p5-Net-Write/Makefile
==============================================================================
--- head/net/p5-Net-Write/Makefile	Fri Sep  7 08:32:30 2018	(r479182)
+++ head/net/p5-Net-Write/Makefile	Fri Sep  7 09:08:18 2018	(r479183)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	eg@fbsd.lt
 COMMENT=	Interface to open and send raw frames to the network
 
+LICENSE=	ART10
+LICENSE_FILE=	${WRKSRC}/LICENSE.Artistic
+
 BUILD_DEPENDS=	p5-Class-Gomor>=1.00:devel/p5-Class-Gomor \
 		p5-Socket6>=0.19:net/p5-Socket6 \
 		p5-Net-Pcap>=0.14:net/p5-Net-Pcap
@@ -18,5 +21,6 @@ RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 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?201809070908.w8798Ivf094350>