svn commit: r477413 - head/devel/pear-Structures_DataGrid

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 17 09:08:07 UTC 2018


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


More information about the svn-ports-all mailing list