svn commit: r487980 - head/databases/pear-Structures_DataGrid_DataSource_PDO

Jochen Neumeister joneum at FreeBSD.org
Fri Dec 21 10:47:00 UTC 2018


Author: joneum
Date: Fri Dec 21 10:46:59 2018
New Revision: 487980
URL: https://svnweb.freebsd.org/changeset/ports/487980

Log:
  - Add LICENSE
  - Add NO_ARCH

Modified:
  head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile

Modified: head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile	Fri Dec 21 10:40:39 2018	(r487979)
+++ head/databases/pear-Structures_DataGrid_DataSource_PDO/Makefile	Fri Dec 21 10:46:59 2018	(r487980)
@@ -8,9 +8,13 @@ CATEGORIES=	databases www pear
 MAINTAINER=	joneum at FreeBSD.org
 COMMENT=	DataSource driver using PHP Data Objects (PDO) and an SQL query
 
+LICENSE=	BSD2CLAUSE
+
 BUILD_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
 RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR}
 
 USES=		pear
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list