diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-08 19:27:29 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-04-08 19:27:29 +0000 |
commit | dfe1de637ec1d4713e8ee872155ec7a7f39afbb9 (patch) | |
tree | 2c54bb1667e7a0588a014654b27252625e8c39c2 /net | |
parent | 81aa10f69edad9db7e5553c84c8ac1a0ec525dab (diff) |
- Mark as deprecated, its functionality is now included into ocaml-net
package, which it depends on.
Approved by: maintainer via XMPP
Notes
Notes:
svn path=/head/; revision=210877
Diffstat (limited to 'net')
-rw-r--r-- | net/ocaml-netclient/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ocaml-netclient/Makefile b/net/ocaml-netclient/Makefile index 167d10bced79..ec20b9d2def4 100644 --- a/net/ocaml-netclient/Makefile +++ b/net/ocaml-netclient/Makefile @@ -34,6 +34,10 @@ SA_DIR= ${LOCALBASE}/${OCAML_SITELIBDIR} PORTDOCS= * .endif +DEPRECATED= is part of ocaml-net +EXPIRATION_DATE= 2008-04-22 +BROKEN= conflicts with dependency + .include <bsd.port.pre.mk> post-extract: |