diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-17 13:36:56 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-17 13:36:56 +0800 |
commit | b37efabced48f3768115a905b24fa29bd67ba37a (patch) | |
tree | 7f8c653fc23040c99cad63420e6f48f1b66dd2ae | |
parent | 2275ca9ff7ae2f2c5bc98b361195eabed2fce9f6 (diff) | |
download | freebsd-ports-gnome-b37efabced48f3768115a905b24fa29bd67ba37a.tar.gz freebsd-ports-gnome-b37efabced48f3768115a905b24fa29bd67ba37a.tar.zst freebsd-ports-gnome-b37efabced48f3768115a905b24fa29bd67ba37a.zip |
- Conver to PEAR_AUTOINSTALL
-rw-r--r-- | databases/pear-Structures_DataGrid_DataSource_Array/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/databases/pear-Structures_DataGrid_DataSource_Array/Makefile b/databases/pear-Structures_DataGrid_DataSource_Array/Makefile index d96190f2c177..85abcfbb8b5d 100644 --- a/databases/pear-Structures_DataGrid_DataSource_Array/Makefile +++ b/databases/pear-Structures_DataGrid_DataSource_Array/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Structures_DataGrid_DataSource_DBQuery -# Date created: 19 Dec 2007 -# Whom: Martin Wilke <miwi@FreeBSD.org> -# +# Created by: Martin Wilke <miwi@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Structures_DataGrid_DataSource_Array PORTVERSION= 0.1.4 @@ -15,9 +11,7 @@ COMMENT= DataSource driver using arrays BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid -CATEGORY= Structures - -FILES= DataGrid/DataSource/Array.php +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |