diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-03-08 17:01:46 +0000 |
commit | 5ae8688c07b2294395a124e0b2da3a0f00d4aba0 (patch) | |
tree | 326c7ae1133b16e8be2a37e24472b70a0574fcaa /sysutils/abck | |
parent | fb717d0e60d518f1df0a66b382e11ff5a1d0f53b (diff) |
Notes
Diffstat (limited to 'sysutils/abck')
-rw-r--r-- | sysutils/abck/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/abck/Makefile b/sysutils/abck/Makefile index c2b2e8e57403..d39d82bffd70 100644 --- a/sysutils/abck/Makefile +++ b/sysutils/abck/Makefile @@ -15,6 +15,9 @@ LICENSE_NAME= TundraWare license LICENSE_FILE= ${WRKSRC}/abck-License.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell no-auto-accept +DEPRECATED= Uses deprecated version of python +EXPIRATION_DATE= 2020-09-15 + USES= python:2.7,run shebangfix SHEBANG_FILES= abck NO_ARCH= yes |