Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2019 09:00:38 +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: r491796 - head/math/p5-Algorithm-Munkres
Message-ID:  <201902010900.x1190cWG006261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Feb  1 09:00:38 2019
New Revision: 491796
URL: https://svnweb.freebsd.org/changeset/ports/491796

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

Modified:
  head/math/p5-Algorithm-Munkres/Makefile

Modified: head/math/p5-Algorithm-Munkres/Makefile
==============================================================================
--- head/math/p5-Algorithm-Munkres/Makefile	Fri Feb  1 08:49:05 2019	(r491795)
+++ head/math/p5-Algorithm-Munkres/Makefile	Fri Feb  1 09:00:38 2019	(r491796)
@@ -11,7 +11,10 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Perl Extension for Munkres' Solution to Classical Assignment Problem
 
+LICENSE=	GPLv2+
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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