freebsd-ports/net/p5-Parallel-MPI/Makefile
Pav Lucistnik 6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00

33 lines
754 B
Makefile

# New ports collection makefile for: Parallel-MPI
# Date created: 06 March 2003
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Parallel-MPI
PORTVERSION= 0.03
PORTREVISION= 2
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Perl interface to the MPI message passing system
BUILD_DEPENDS= ${LOCALBASE}/mpich/bin/mpicc:${PORTSDIR}/net/mpich
RUN_DEPENDS= ${BUILD_DEPENDS}
BROKEN= fails to link
DEPRECATED= Has been broken for more than 6 months
EXPIRATION_DATE=2008-09-19
PERL_CONFIGURE= yes
CC= ${PREFIX}/mpich/bin/mpicc
CONFIGURE_ARGS= LD="${PREFIX}/mpich/bin/mpicc" INC="-I${PREFIX}/mpich/include"
MAN3= Parallel::MPI.3
NOT_FOR_ARCHS= ia64 amd64
.include <bsd.port.mk>