aboutsummaryrefslogtreecommitdiff
path: root/devel/pear-Structures_DataGrid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pear-Structures_DataGrid/Makefile')
-rw-r--r--devel/pear-Structures_DataGrid/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pear-Structures_DataGrid/Makefile b/devel/pear-Structures_DataGrid/Makefile
index 9148afdd3c6f..9a3359366bf0 100644
--- a/devel/pear-Structures_DataGrid/Makefile
+++ b/devel/pear-Structures_DataGrid/Makefile
@@ -1,17 +1,17 @@
-# Created by: Nick Hilliard <nick@foobar.org>
-
PORTNAME= Structures_DataGrid
PORTVERSION= 0.9.3
CATEGORIES= devel www pear
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Full-featured tabular structured data management package
+WWW= https://pear.php.net/package/Structures_DataGrid
LICENSE= BSD3CLAUSE
-RUN_DEPENDS= ${PEARDIR}/Console/Table.php:devel/pear-Console_Table@${PHP_FLAVOR}
+RUN_DEPENDS= ${PEAR_PKGNAMEPREFIX}Console_Table>=0:devel/pear-Console_Table@${PHP_FLAVOR}
USES= pear
+
NO_ARCH= yes
.include <bsd.port.mk>