diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-22 14:03:46 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-05-22 14:03:46 +0000 |
commit | 760022becf7ae3b2aeb5d0eaf577007f9048c5f5 (patch) | |
tree | 4cdf97e86e9cde32589ee57e3d321e1fcecbfe72 /math/polymake | |
parent | 7b27919626644c12e08fd4219619aab5d4a86b2f (diff) | |
download | ports-760022becf7ae3b2aeb5d0eaf577007f9048c5f5.tar.gz ports-760022becf7ae3b2aeb5d0eaf577007f9048c5f5.zip |
Notes
Diffstat (limited to 'math/polymake')
-rw-r--r-- | math/polymake/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/polymake/Makefile b/math/polymake/Makefile index 85c4b8160ef9..5f3dadc89df5 100644 --- a/math/polymake/Makefile +++ b/math/polymake/Makefile @@ -47,6 +47,8 @@ NO_STAGE= yes .if ${PERL_LEVEL} >= 501400 IGNORE= does not build with Perl 5.14+ .endif +DEPRECATED= Does not build with any supported version of Perl +EXPIRATION_DATE= 2014-06-22 pre-fetch: @if [ ${MAKE_JOBS_NUMBER} -gt 1 ]; then \ |