svn commit: r482959 - head/devel/p5-Data-TemporaryBag

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Oct 25 09:00:14 UTC 2018


Author: amdmi3
Date: Thu Oct 25 09:00:13 2018
New Revision: 482959
URL: https://svnweb.freebsd.org/changeset/ports/482959

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

Modified:
  head/devel/p5-Data-TemporaryBag/Makefile

Modified: head/devel/p5-Data-TemporaryBag/Makefile
==============================================================================
--- head/devel/p5-Data-TemporaryBag/Makefile	Thu Oct 25 07:36:58 2018	(r482958)
+++ head/devel/p5-Data-TemporaryBag/Makefile	Thu Oct 25 09:00:13 2018	(r482959)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Handle long size data using temporary file
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list