diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-12-26 07:54:28 +0000 |
commit | de61a8720881da46af35e6e0abf44f90665881a4 (patch) | |
tree | 3bf9892e82abdc673d0347fd10ca9dc8108c22a6 /security/fsh | |
parent | a67f3f35a3078187a2ab3b4163d501c43cabbb66 (diff) | |
download | ports-de61a8720881da46af35e6e0abf44f90665881a4.tar.gz ports-de61a8720881da46af35e6e0abf44f90665881a4.zip |
Notes
Diffstat (limited to 'security/fsh')
-rw-r--r-- | security/fsh/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile index 2e5f42b7ee06..f71561414a59 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -12,6 +12,9 @@ MASTER_SITES= http://www.lysator.liu.se/fsh/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Fast remote command execution +DEPRECATED= Unmaintained, uses EOLed python27 +EXPIRATION_DATE= 2020-01-27 + USES= python:2.7 GNU_CONFIGURE= yes |