diff options
author | Jochen Neumeister <joneum@FreeBSD.org> | 2018-12-21 09:28:02 +0000 |
---|---|---|
committer | Jochen Neumeister <joneum@FreeBSD.org> | 2018-12-21 09:28:02 +0000 |
commit | 423790bb1b1f69196cbacbdc5098257603c567dd (patch) | |
tree | 7cfc0283c6babd5a658d4124637b748d77cd11d4 /databases | |
parent | 0b7cf843d5513d800e5e1ad9592fdf2e7e202282 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pear-Structures_DataGrid_DataSource_CSV/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile b/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile index 90c07cc34298..c19db79bb307 100644 --- a/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_CSV/Makefile @@ -8,6 +8,8 @@ CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DataSource driver using CSV files +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} |