diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pear-DBA_Relational/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/pear-DBA_Relational/Makefile b/databases/pear-DBA_Relational/Makefile index b7280012e474..e3a0fa06fd04 100644 --- a/databases/pear-DBA_Relational/Makefile +++ b/databases/pear-DBA_Relational/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-DBA_Relational -# Date created: 28 Arp 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= DBA_Relational PORTVERSION= 0.2.0 @@ -17,9 +13,7 @@ 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 +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |