svn commit: r488704 - head/net/p5-Net-Server-Coro

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Dec 30 09:00:24 UTC 2018


Author: amdmi3
Date: Sun Dec 30 09:00:22 2018
New Revision: 488704
URL: https://svnweb.freebsd.org/changeset/ports/488704

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

Modified:
  head/net/p5-Net-Server-Coro/Makefile

Modified: head/net/p5-Net-Server-Coro/Makefile
==============================================================================
--- head/net/p5-Net-Server-Coro/Makefile	Sun Dec 30 07:59:57 2018	(r488703)
+++ head/net/p5-Net-Server-Coro/Makefile	Sun Dec 30 09:00:22 2018	(r488704)
@@ -10,6 +10,8 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension for co-operative multithreaded server using Coro
 
+LICENSE=	MIT
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	\
 	p5-AnyEvent>0:devel/p5-AnyEvent \
@@ -18,5 +20,6 @@ RUN_DEPENDS=	\
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list