svn commit: r475351 - head/devel/p5-Proc-Wait3

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jul 26 09:07:53 UTC 2018


Author: amdmi3
Date: Thu Jul 26 09:07:52 2018
New Revision: 475351
URL: https://svnweb.freebsd.org/changeset/ports/475351

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/devel/p5-Proc-Wait3/Makefile

Modified: head/devel/p5-Proc-Wait3/Makefile
==============================================================================
--- head/devel/p5-Proc-Wait3/Makefile	Thu Jul 26 08:58:50 2018	(r475350)
+++ head/devel/p5-Proc-Wait3/Makefile	Thu Jul 26 09:07:52 2018	(r475351)
@@ -10,6 +10,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	tobez at FreeBSD.org
 COMMENT=	Perl extension for wait3 system call
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list