svn commit: r496881 - head/devel/p5-Algorithm-Binpack

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Mar 26 09:01:08 UTC 2019


Author: amdmi3
Date: Tue Mar 26 09:01:06 2019
New Revision: 496881
URL: https://svnweb.freebsd.org/changeset/ports/496881

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

Modified:
  head/devel/p5-Algorithm-Binpack/Makefile

Modified: head/devel/p5-Algorithm-Binpack/Makefile
==============================================================================
--- head/devel/p5-Algorithm-Binpack/Makefile	Tue Mar 26 05:56:15 2019	(r496880)
+++ head/devel/p5-Algorithm-Binpack/Makefile	Tue Mar 26 09:01:06 2019	(r496881)
@@ -10,8 +10,15 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	wblock at FreeBSD.org
 COMMENT=	Efficiently pack items into bins
 
+LICENSE=	CC-BY-1.0 IRCCLAYPL
+LICENSE_COMB=	dual
+LICENSE_NAME_IRCCLAYPL=		The I Really Could Care Less About You Public License
+LICENSE_PERMS_IRCCLAYPL=	no-dist-mirror no-dist-sell no-pkg-mirror no-pkg-sell no-auto-accept
+LICENSE_TEXT_IRCCLAYPL=		Text available at https://web.archive.org/web/20081205032243/http://www.revinc.org/pages/license
+
 USES=		perl5
 USE_PERL5=	configure
+NO_ARCH=	yes
 
 PORTSCOUT=	limit:^\d+\.\d+
 


More information about the svn-ports-all mailing list