diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-20 16:49:05 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2023-02-20 17:09:26 +0000 |
commit | e3789f7b2a9b7bda232bf84b8899dd06cb79496c (patch) | |
tree | 7cce87335d8ae9ed90d330ea12a3f3ee40f75c69 | |
parent | 84fafc37063662d2591400d912962e598d53790f (diff) | |
download | ports-e3789f7b2a9b7bda232bf84b8899dd06cb79496c.tar.gz ports-e3789f7b2a9b7bda232bf84b8899dd06cb79496c.zip |
math/hs-penrose: deprecate
-rw-r--r-- | math/hs-penrose/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/hs-penrose/Makefile b/math/hs-penrose/Makefile index 936985148405..af7c4eccd9d5 100644 --- a/math/hs-penrose/Makefile +++ b/math/hs-penrose/Makefile @@ -138,5 +138,7 @@ USE_CABAL= MonadRandom-0.5.1.2 \ .if ${GCC_DEFAULT} >= 10 BROKEN= fails to build with GCC 10: cabal: Missing dependency on a foreign library: Missing (or bad) C library: gfortran .endif +DEPRECATED= Broken since 2021 +EXPIRATION_DATE= 2023-03-21 .include <bsd.port.post.mk> |