diff options
author | wg <wg@FreeBSD.org> | 2014-08-12 20:48:55 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2014-08-12 20:48:55 +0800 |
commit | 79c013814556bb3397e0644ad5a1f923ba84dc01 (patch) | |
tree | 79e2488b6cf8082e0f188e13e3fbfb7f780994a8 | |
parent | b16c9eb114789ca51e96717031a92d4c742bf7ee (diff) | |
download | freebsd-ports-gnome-79c013814556bb3397e0644ad5a1f923ba84dc01.tar.gz freebsd-ports-gnome-79c013814556bb3397e0644ad5a1f923ba84dc01.tar.zst freebsd-ports-gnome-79c013814556bb3397e0644ad5a1f923ba84dc01.zip |
security/p5-openxpki-client-html-mason: deprecate
Main port security/p5-openxpki-0.15+ abandoned Mason UI technology
in favor of FastCGI, which is built into perl.
Mason based UI is no longer supported.
PR: 192590
Submitted by: maintainer
-rw-r--r-- | security/p5-openxpki-client-html-mason/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/p5-openxpki-client-html-mason/Makefile b/security/p5-openxpki-client-html-mason/Makefile index 1b468f048dd6..aec2d9ed9569 100644 --- a/security/p5-openxpki-client-html-mason/Makefile +++ b/security/p5-openxpki-client-html-mason/Makefile @@ -32,6 +32,9 @@ OPTIONS_DEFINE= DOCS EXAMPLES WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT}/clients/perl/OpenXPKI-Client-HTML-Mason +DEPRECATED= security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI +EXPIRATION_DATE= 2014-09-20 + pre-patch: (cd ${WRKSRC} && ${FIND} ./* > MANIFEST) |