1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/net/p5-Parallel-MPI/Makefile
Sergey Skvortsov f152624f1d Use NOT_FOR_ARCHS
PR:		ports/85990
Submitted by:	leeym
2005-09-12 13:27:16 +00:00

31 lines
701 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= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Parallel
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}
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>