Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Oct 2018 09:08:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481212 - head/math/p5-Graph
Message-ID:  <201810040908.w9498a9x099558@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Oct  4 09:08:36 2018
New Revision: 481212
URL: https://svnweb.freebsd.org/changeset/ports/481212

Log:
  - Add LICENSE
  - Add NO_ARCH
  - Cleanup pkg-descr
  
  Approved by:	portmgr blanket

Modified:
  head/math/p5-Graph/Makefile
  head/math/p5-Graph/pkg-descr

Modified: head/math/p5-Graph/Makefile
==============================================================================
--- head/math/p5-Graph/Makefile	Thu Oct  4 08:45:35 2018	(r481211)
+++ head/math/p5-Graph/Makefile	Thu Oct  4 09:08:36 2018	(r481212)
@@ -11,10 +11,14 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Graph, the Perl module for graph operations
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	p5-Heap>=0:devel/p5-Heap
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/math/p5-Graph/pkg-descr
==============================================================================
--- head/math/p5-Graph/pkg-descr	Thu Oct  4 08:45:35 2018	(r481211)
+++ head/math/p5-Graph/pkg-descr	Thu Oct  4 09:08:36 2018	(r481212)
@@ -4,6 +4,3 @@ Jarkko Hietaniemi, and John Macdonald, published in Au
 O'Reilly and Associates.
 
 WWW: https://metacpan.org/release/Graph
-
--Anton
-<tobez@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810040908.w9498a9x099558>