aboutsummaryrefslogblamecommitdiff
path: root/net/p5-Parallel-MPI/Makefile
blob: bc9874e65ad1e00b8d22c6f04d568ff9cf89d80a (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                    
                 

















                                                                              
# 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

.include <bsd.port.mk>