svn commit: r479183 - head/net/p5-Net-Write

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 7 09:08:19 UTC 2018


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


More information about the svn-ports-head mailing list