diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-10 15:17:44 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-08-10 15:17:44 +0000 |
commit | a125517c542b0fc217f68f6251f9b521fb413236 (patch) | |
tree | 6ed46d20626b1d59e41005fad4934d23cd06d813 /databases/ruby-dbd_proxy | |
parent | f29f00650ba66de964ef2f1f859fdac87c2dd2e9 (diff) | |
download | ports-a125517c542b0fc217f68f6251f9b521fb413236.tar.gz ports-a125517c542b0fc217f68f6251f9b521fb413236.zip |
- mark DEPRECATED
in favor of the coming major update of ruby-dbi
Notes
Notes:
svn path=/head/; revision=239261
Diffstat (limited to 'databases/ruby-dbd_proxy')
-rw-r--r-- | databases/ruby-dbd_proxy/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/ruby-dbd_proxy/Makefile b/databases/ruby-dbd_proxy/Makefile index 97fa251f707f..984efe829d12 100644 --- a/databases/ruby-dbd_proxy/Makefile +++ b/databases/ruby-dbd_proxy/Makefile @@ -29,6 +29,9 @@ MASTER_PORT= databases/ruby-dbi WRKSRC= ${RUBY_DBI_WRKSRC} CONFIGURE_ARGS= --with=bin/proxyserver,${PORTNAME} +EXPIRATION_DATE= 2009-10-01 +DEPRECATED= no longer under development + .include "${.CURDIR}/../ruby-dbi/Makefile.common" .include <bsd.port.mk> |