diff options
author | miwi <miwi@FreeBSD.org> | 2008-12-28 23:30:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-12-28 23:30:48 +0800 |
commit | e310cbacc61d0b3a639da14e111f36a79f46bbc6 (patch) | |
tree | 01fc2777f65993f0cfc04a3d9f1dce657df6741d /databases | |
parent | 32832025ae08104c90ca001bcbc13bfd3fd5969b (diff) | |
download | freebsd-ports-gnome-e310cbacc61d0b3a639da14e111f36a79f46bbc6.tar.gz freebsd-ports-gnome-e310cbacc61d0b3a639da14e111f36a79f46bbc6.tar.zst freebsd-ports-gnome-e310cbacc61d0b3a639da14e111f36a79f46bbc6.zip |
- Add PORTSCOUT variable.
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 |