diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-05 15:07:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-05 15:07:10 +0000 |
commit | cd8a69e251f70d7ecde4ff2e2fb095e05c513d20 (patch) | |
tree | d1ccee564501e57b77ca64c027e7a171f6b790df /databases/p5-DBD-Oracle | |
parent | 9b5140c936f78eb6c7097bf5fbfe2e66a76cf8e0 (diff) | |
download | freebsd-ports-cd8a69e251f70d7ecde4ff2e2fb095e05c513d20.zip |
Mark as deprecated a bunch of ports that are marked as broken for more than 6
month without a fix
Diffstat (limited to 'databases/p5-DBD-Oracle')
-rw-r--r-- | databases/p5-DBD-Oracle/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/p5-DBD-Oracle/Makefile b/databases/p5-DBD-Oracle/Makefile index 6fc5b3d15726..2e25322cc25f 100644 --- a/databases/p5-DBD-Oracle/Makefile +++ b/databases/p5-DBD-Oracle/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: DBD::Oracle -# Date created: 28 May 2002 -# Whom: Sergey Skvortsov <skv@FreeBSD.org> -# +# Created by: Sergey Skvortsov <skv@FreeBSD.org> # $FreeBSD$ -# PORTNAME= DBD-Oracle PORTVERSION= 1.19 @@ -21,6 +17,8 @@ OCI8_DESC= Use OCI8 BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI RUN_DEPENDS:= ${BUILD_DEPENDS} +DEPRECATED= Broken for more than 6 month +EXPIRATION_DATE= 2013-03-05 BROKEN= Does not build PERL_CONFIGURE= yes |