summaryrefslogtreecommitdiff
path: root/math/parmetis/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-08-02 17:04:00 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-08-02 17:04:00 +0000
commitd389c2f0a84bafbdb01efe775c024577868cdb1f (patch)
tree8ca13183bcaf303d82067e3c9fb2cc2b0527151c /math/parmetis/Makefile
parentMark BROKEN: Does not fetch (diff)
Deprecate some ports where I can't find distfiles and upstream
Diffstat (limited to 'math/parmetis/Makefile')
-rw-r--r--math/parmetis/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/parmetis/Makefile b/math/parmetis/Makefile
index d438bcaf5f93..7c803b0bf3b8 100644
--- a/math/parmetis/Makefile
+++ b/math/parmetis/Makefile
@@ -14,6 +14,9 @@ MASTER_SITES= http://glaros.dtc.umn.edu/gkhome/fetch/sw/parmetis/
MAINTAINER= ports@FreeBSD.org
COMMENT= A package for parallel (mpi) unstructured graph partitioning
+DEPRECATED= No more public distfiles
+EXPIRATION_DATE= 2011-09-01
+
.if !defined(WITH_OPENMPI)
RUN_DEPENDS= ${LOCALBASE}/bin/mpirun:${PORTSDIR}/net/mpich2
BUILD_DEPENDS= ${LOCALBASE}/bin/mpicc:${PORTSDIR}/net/mpich2