diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 17:43:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-12-02 17:43:33 +0000 |
commit | 237c32d16da2b4f88dfc534ed78f4d15a3129f3f (patch) | |
tree | 07ea3c6e9214c842273aa4a9c76f0dada1109b71 /ports-mgmt/tinderbox/Makefile | |
parent | a16b3878d8c946b910208997e66ba12f39d23278 (diff) |
Deprecate ports depending on php 5.6
Notes
Notes:
svn path=/head/; revision=486473
Diffstat (limited to 'ports-mgmt/tinderbox/Makefile')
-rw-r--r-- | ports-mgmt/tinderbox/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports-mgmt/tinderbox/Makefile b/ports-mgmt/tinderbox/Makefile index 9732469f31d6..91a0553db36b 100644 --- a/ports-mgmt/tinderbox/Makefile +++ b/ports-mgmt/tinderbox/Makefile @@ -11,6 +11,9 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= crees@FreeBSD.org COMMENT= Port build tinderbox system +DEPRECATED= Works only with EOL php 5.6 +EXPIRATION_DATE= 2018-12-30 + IGNORE_WITH_PHP= 70 71 72 73 RUN_DEPENDS= dialog4ports-static:ports-mgmt/dialog4ports-static |