svn commit: r463231 - head/devel/p5-Sys-CPU

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Feb 28 15:19:52 UTC 2018


Author: sunpoet
Date: Wed Feb 28 15:19:51 2018
New Revision: 463231
URL: https://svnweb.freebsd.org/changeset/ports/463231

Log:
  Add LICENSE
  
  - Fix WWW

Modified:
  head/devel/p5-Sys-CPU/Makefile
  head/devel/p5-Sys-CPU/pkg-descr

Modified: head/devel/p5-Sys-CPU/Makefile
==============================================================================
--- head/devel/p5-Sys-CPU/Makefile	Wed Feb 28 15:13:37 2018	(r463230)
+++ head/devel/p5-Sys-CPU/Makefile	Wed Feb 28 15:19:51 2018	(r463231)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Sys::CPU - Perl extension for getting CPU information
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		dos2unix perl5
 USE_PERL5=	configure
 

Modified: head/devel/p5-Sys-CPU/pkg-descr
==============================================================================
--- head/devel/p5-Sys-CPU/pkg-descr	Wed Feb 28 15:13:37 2018	(r463230)
+++ head/devel/p5-Sys-CPU/pkg-descr	Wed Feb 28 15:19:51 2018	(r463231)
@@ -5,4 +5,4 @@ added for type of CPU and clock speed. While much of t
 is from UNIX::Processors, Win32 support has been added
 (but not tested).
 
-WWW: http://search.cpan.org/dist/Sys-Cpu/
+WWW: http://search.cpan.org/dist/Sys-CPU/


More information about the svn-ports-head mailing list