diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 10:45:31 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 10:45:31 +0800 |
commit | 8c2af32dcda043a7d9575d68c01c5a9848c1438b (patch) | |
tree | c721837bf2d59d6fb19af038024fe0914cfffee9 /databases/pear-DBA | |
parent | a1929672dda2b3ca7f7e4e90b7ab797aaf8d3169 (diff) | |
download | freebsd-ports-gnome-8c2af32dcda043a7d9575d68c01c5a9848c1438b.tar.gz freebsd-ports-gnome-8c2af32dcda043a7d9575d68c01c5a9848c1438b.tar.zst freebsd-ports-gnome-8c2af32dcda043a7d9575d68c01c5a9848c1438b.zip |
- Convert to PEAR_AUTOINSTALL
- Trim header
Diffstat (limited to 'databases/pear-DBA')
-rw-r--r-- | databases/pear-DBA/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/databases/pear-DBA/Makefile b/databases/pear-DBA/Makefile index 4b6223a780cb..58128b3b01d0 100644 --- a/databases/pear-DBA/Makefile +++ b/databases/pear-DBA/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-DBA -# Date created: 08 March 2005 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= DBA PORTVERSION= 1.1.1 @@ -13,11 +9,9 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= Berkely-style database abstraction class BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -FILES= DBA.php DBA/Compatibility.php DBA/Driver/File.php DBA/Driver/Builtin.php -TESTS= benchmark_drivers.php test_drivers.php test_compatibility.php -DOCS= README.txt +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |