diff options
author | rafan <rafan@FreeBSD.org> | 2008-04-11 23:07:06 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-04-11 23:07:06 +0800 |
commit | 7a790badb554874cc99db79a2b9249fbb1ce682d (patch) | |
tree | c8cef59c4b74f2338f3a1574e3b3cadedb741600 /devel | |
parent | 0c72742deb6c071e1ab4de6e9452b63db79a033b (diff) | |
download | freebsd-ports-gnome-7a790badb554874cc99db79a2b9249fbb1ce682d.tar.gz freebsd-ports-gnome-7a790badb554874cc99db79a2b9249fbb1ce682d.tar.zst freebsd-ports-gnome-7a790badb554874cc99db79a2b9249fbb1ce682d.zip |
- Mark deprecated as it is included in swig1.3 for a long time
- Schedule to be removed after devel/swig11
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swigruby/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/swigruby/Makefile b/devel/swigruby/Makefile index c5417e7942bd..2f0c9aff7357 100644 --- a/devel/swigruby/Makefile +++ b/devel/swigruby/Makefile @@ -15,6 +15,9 @@ DIST_SUBDIR= ruby MAINTAINER= ports@FreeBSD.org COMMENT= Ruby module for SWIG 1.1 +DEPRECATED= use devel/swig13 instead, last release was 8 years ago +EXPIRATION_DATE=2008-05-10 + BUILD_DEPENDS= swig1.1:${PORTSDIR}/devel/swig11 RUN_DEPENDS= swig1.1:${PORTSDIR}/devel/swig11 |