svn commit: r464578 - head/devel/p5-IO-stringy

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Mar 15 09:03:15 UTC 2018


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 at 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>


More information about the svn-ports-all mailing list