Index: head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile =================================================================== --- head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile (revision 487970) +++ head/databases/pear-Structures_DataGrid_DataSource_DB/Makefile (revision 487971) @@ -1,17 +1,19 @@ # Created by: Nick Hilliard # $FreeBSD$ PORTNAME= Structures_DataGrid_DataSource_DB PORTVERSION= 0.1.1 CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= DB datasource driver for pear-Structures_DataGrid +LICENSE= BSD2CLAUSE + RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:devel/pear-Structures_DataGrid@${PHP_FLAVOR} \ ${PEARDIR}/DB.php:databases/pear-DB@${PHP_FLAVOR} \ ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:databases/pear-Structures_DataGrid_DataSource_Array@${PHP_FLAVOR} USES= pear .include