git: 5bed27d84d39 - main - www/pear-Structures_DataGrid_Renderer_Pager: Add LICENSE

Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 21 22:24:59 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5bed27d84d390323115604e77984037a11182980

commit 5bed27d84d390323115604e77984037a11182980
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-21 22:13:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-21 22:23:27 +0000

    www/pear-Structures_DataGrid_Renderer_Pager: Add LICENSE
    
    - Change the way *_DEPENDS are set
    - Sort RUN_DEPENDS
    - Add NO_ARCH
---
 www/pear-Structures_DataGrid_Renderer_Pager/Makefile | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/www/pear-Structures_DataGrid_Renderer_Pager/Makefile b/www/pear-Structures_DataGrid_Renderer_Pager/Makefile
index 63d9309045b5..329ce8e7bb4d 100644
--- a/www/pear-Structures_DataGrid_Renderer_Pager/Makefile
+++ b/www/pear-Structures_DataGrid_Renderer_Pager/Makefile
@@ -5,11 +5,15 @@ PORTVERSION=	0.1.3
 CATEGORIES=	www pear
 
 MAINTAINER=	sunpoet at FreeBSD.org
-COMMENT=	Pager Renderer for pear-Structures_DataGrid
+COMMENT=	Renderer driver using PEAR::Pager
 
-RUN_DEPENDS=	${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \
-		${PEARDIR}/Pager/Pager.php:devel/pear-Pager@${PHP_FLAVOR}
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PEAR_PKGNAMEPREFIX}Pager>=2.4.4:devel/pear-Pager@${PHP_FLAVOR} \
+		${PEAR_PKGNAMEPREFIX}Structures_DataGrid>=0.7.0:devel/pear-Structures_DataGrid@${PHP_FLAVOR}
 
 USES=		pear
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>


More information about the dev-commits-ports-main mailing list