svn commit: r483010 - head/devel/p5-File-Path-Expand

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 26 09:00:18 UTC 2018


Author: amdmi3
Date: Fri Oct 26 09:00:17 2018
New Revision: 483010
URL: https://svnweb.freebsd.org/changeset/ports/483010

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

Modified:
  head/devel/p5-File-Path-Expand/Makefile

Modified: head/devel/p5-File-Path-Expand/Makefile
==============================================================================
--- head/devel/p5-File-Path-Expand/Makefile	Fri Oct 26 07:56:50 2018	(r483009)
+++ head/devel/p5-File-Path-Expand/Makefile	Fri Oct 26 09:00:17 2018	(r483010)
@@ -11,7 +11,11 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Expand filenames
 
+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