Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Mar 2018 09:03:14 +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: r464578 - head/devel/p5-IO-stringy
Message-ID:  <201803150903.w2F93EaL050275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Mar 15 09:03:14 2018
New Revision: 464578
URL: https://svnweb.freebsd.org/changeset/ports/464578

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

Modified:
  head/devel/p5-IO-stringy/Makefile

Modified: head/devel/p5-IO-stringy/Makefile
==============================================================================
--- head/devel/p5-IO-stringy/Makefile	Thu Mar 15 08:33:14 2018	(r464577)
+++ head/devel/p5-IO-stringy/Makefile	Thu Mar 15 09:03:14 2018	(r464578)
@@ -10,7 +10,12 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Use IO handles with non-file objects
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 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?201803150903.w2F93EaL050275>