Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2018 09:08:06 +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: r477413 - head/devel/pear-Structures_DataGrid
Message-ID:  <201808170908.w7H986Fo093846@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Aug 17 09:08:06 2018
New Revision: 477413
URL: https://svnweb.freebsd.org/changeset/ports/477413

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

Modified:
  head/devel/pear-Structures_DataGrid/Makefile

Modified: head/devel/pear-Structures_DataGrid/Makefile
==============================================================================
--- head/devel/pear-Structures_DataGrid/Makefile	Fri Aug 17 08:52:08 2018	(r477412)
+++ head/devel/pear-Structures_DataGrid/Makefile	Fri Aug 17 09:08:06 2018	(r477413)
@@ -8,8 +8,11 @@ CATEGORIES=	devel www pear
 MAINTAINER=	joneum@FreeBSD.org
 COMMENT=	Full-featured tabular structured data management package
 
+LICENSE=	BSD3CLAUSE
+
 RUN_DEPENDS=	${PEARDIR}/Console/Table.php:devel/pear-Console_Table@${PHP_FLAVOR}
 
 USES=		pear
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808170908.w7H986Fo093846>