diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 03:37:59 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-24 03:37:59 +0800 |
commit | a7a0b5d5abece695d2e06158434827625e8446fe (patch) | |
tree | cc58834a5d27fd5ab47a142a2d3bf7455f1b48fe | |
parent | b7399280eae5a90b718e03b92d1d59f65b906dce (diff) | |
download | freebsd-ports-gnome-a7a0b5d5abece695d2e06158434827625e8446fe.tar.gz freebsd-ports-gnome-a7a0b5d5abece695d2e06158434827625e8446fe.tar.zst freebsd-ports-gnome-a7a0b5d5abece695d2e06158434827625e8446fe.zip |
- Mark DEPRECATED
- Set EXPIRATION_DATE to 2011-09-30
PR: ports/160904
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
-rw-r--r-- | www/p5-RTx-Shredder/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-RTx-Shredder/Makefile b/www/p5-RTx-Shredder/Makefile index 93556c93302e..d7245ad15565 100644 --- a/www/p5-RTx-Shredder/Makefile +++ b/www/p5-RTx-Shredder/Makefile @@ -22,6 +22,10 @@ BUILD_DEPENDS= ${LOCALBASE}/${RTHOME}/bin/rt:${PORTSDIR}/www/rt36 \ ${SITE_PERL}/Test/Deep.pm:${PORTSDIR}/devel/p5-Test-Deep RUN_DEPENDS= ${BUILD_DEPENDS} +# Shredder has been integrated into the RT core for releases 3.8+ +DEPRECATED= Only works with www/rt36, which is due for removal +EXPIRATION_DATE= 2011-09-30 + RTHOME?= rt3 PLIST_SUB+= RTHOME=${RTHOME} |