summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2008-04-10 10:06:21 +0000
committerRong-En Fan <rafan@FreeBSD.org>2008-04-10 10:06:21 +0000
commit4578c0d77585c28e276acd006bcda09617fcaec2 (patch)
tree412cf4a2080cc3b4519fe0e695fe82ca96f41224
parent- Fix login shell for dovecot user (diff)
- Mark as deprecated as last release was 8 years ago. People should
really use swig 1.3 instead. Suggested by: Krzysztof Stryjek <wtp at wtp3.org>
Notes
Notes: svn path=/head/; revision=210996
-rw-r--r--devel/swig11/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/swig11/Makefile b/devel/swig11/Makefile
index 175d011d857c..d985864d88be 100644
--- a/devel/swig11/Makefile
+++ b/devel/swig11/Makefile
@@ -17,6 +17,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simplified Wrapper and Interface Generator
+DEPRECATED= use devel/swig13 instead, last release of 1.1 was 8 years ago
+EXPIRATION_DATE=2008-05-10
+
BUILD_DEPENDS= ${PYTHON_CMD}:${PYTHON_PORTSDIR} \
${LOCALBASE}/bin/tclsh8.4:${PORTSDIR}/lang/tcl84