diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pear-DBA_Relational/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/pear-DBA_Relational/Makefile b/databases/pear-DBA_Relational/Makefile index efe0b5e16c22..531e3ab8a6ad 100644 --- a/databases/pear-DBA_Relational/Makefile +++ b/databases/pear-DBA_Relational/Makefile @@ -15,6 +15,8 @@ COMMENT= Berkely-style database abstraction class BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} +PORTSCOUT= skipv:0.19 + FILES= Functions.php Relational.php Table.php TempTable.php Toolbox.php TESTS= empSchema.php hatSchema.php test_relational.php test_table.php DOCS= Examples.txt |