Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2019 09:00:31 +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: r490117 - head/devel/p5-Module-Versions
Message-ID:  <201901130900.x0D90VUe045671@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Jan 13 09:00:30 2019
New Revision: 490117
URL: https://svnweb.freebsd.org/changeset/ports/490117

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

Modified:
  head/devel/p5-Module-Versions/Makefile

Modified: head/devel/p5-Module-Versions/Makefile
==============================================================================
--- head/devel/p5-Module-Versions/Makefile	Sun Jan 13 07:35:59 2019	(r490116)
+++ head/devel/p5-Module-Versions/Makefile	Sun Jan 13 09:00:30 2019	(r490117)
@@ -10,7 +10,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	kuriyama@FreeBSD.org
 COMMENT=	Perl extension to handle versions of loaded modules
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5 zip
 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?201901130900.x0D90VUe045671>