aboutsummaryrefslogtreecommitdiffstats
path: root/net/lam7/Makefile
blob: e319a4049b103c9ba0b7c0b97e43059e2fd917fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:        lam
# Date created:                 Aug 21 2001
# Whom:                     bremner@unb.ca
#
# $FreeBSD$
#

PORTNAME=   lam7
PORTVERSION=    7.0.5
CATEGORIES= net parallel
MASTER_SITES=   http://www.lam-mpi.org/download/files/
DISTNAME=   lam-${PORTVERSION}

MAINTAINER= jan.lentfer@web.de
COMMENT=    Local Area Multicomputer MPI implementation

USE_BZIP2=  yes
USE_PERL5=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS+=    --with-rsh=ssh

CONFLICTS=  lam-6.*

.include "files/manpages"

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
RUN_DEPENDS+=   ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
.endif

.include <bsd.port.post.mk>