svn commit: r481212 - head/math/p5-Graph

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 4 09:08:37 UTC 2018


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 at 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 at FreeBSD.org>


More information about the svn-ports-all mailing list