freebsd-ports/net/p5-Parallel-MPI/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 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= 2
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>