svn commit: r475097 - head/devel/p5-Sys-Syscall

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jul 22 09:07:49 UTC 2018


Author: amdmi3
Date: Sun Jul 22 09:07:48 2018
New Revision: 475097
URL: https://svnweb.freebsd.org/changeset/ports/475097

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

Modified:
  head/devel/p5-Sys-Syscall/Makefile

Modified: head/devel/p5-Sys-Syscall/Makefile
==============================================================================
--- head/devel/p5-Sys-Syscall/Makefile	Sun Jul 22 08:32:27 2018	(r475096)
+++ head/devel/p5-Sys-Syscall/Makefile	Sun Jul 22 09:07:48 2018	(r475097)
@@ -11,8 +11,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Access system calls that Perl doesn't provide access to
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 post-patch:
 	@${RM} ${WRKSRC}/lib/Sys/Syscall.pm.orig


More information about the svn-ports-all mailing list