svn commit: r474941 - head/devel/p5-IPC-System-Simple

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 19 09:07:47 UTC 2018


Author: amdmi3
Date: Thu Jul 19 09:07:46 2018
New Revision: 474941
URL: https://svnweb.freebsd.org/changeset/ports/474941

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

Modified:
  head/devel/p5-IPC-System-Simple/Makefile

Modified: head/devel/p5-IPC-System-Simple/Makefile
==============================================================================
--- head/devel/p5-IPC-System-Simple/Makefile	Thu Jul 19 09:06:56 2018	(r474940)
+++ head/devel/p5-IPC-System-Simple/Makefile	Thu Jul 19 09:07:46 2018	(r474941)
@@ -10,7 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama at FreeBSD.org
 COMMENT=	Perl extension to run commands simply with detailed diagnostics
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list