diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-22 01:22:46 +0000 |
commit | f816205962996d8ea6ca666bbaa96c2d0357a232 (patch) | |
tree | f395c48f4c8d702b51555494fa25da7eebd26d9a /net/ruby-jabber4r | |
parent | 16dc9f83c86aa1e4e6fd1c7da4d12d3ce8e32f7c (diff) |
Notes
Diffstat (limited to 'net/ruby-jabber4r')
-rw-r--r-- | net/ruby-jabber4r/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ruby-jabber4r/Makefile b/net/ruby-jabber4r/Makefile index 3b5787d3ed62..dc0c29fb2d98 100644 --- a/net/ruby-jabber4r/Makefile +++ b/net/ruby-jabber4r/Makefile @@ -25,7 +25,8 @@ DOCS= LICENSE.txt README doc EXAMPLES= examples/* BROKEN= "Broken pkg-plist" -DEPRECATED= "This port will be removed after April 15 if still broken at that time." +DEPRECATED= ${BROKEN} +EXPIRATION_DATE=2004-04-15 .include <bsd.port.pre.mk> |