mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
aac2c526ff
PR: ports/98323 Submitted by: Rong-En Fan <rafan xx infor.org>
31 lines
708 B
Makefile
31 lines
708 B
Makefile
# New ports collection makefile for: Parallel-Pvm
|
|
# Date created: 15 October 2003
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Parallel-Pvm
|
|
PORTVERSION= 1.4.0
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Parallel
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Perl extension for the Parallel Virtual Machine (PVM)
|
|
|
|
BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
PVM_ROOT= ${LOCALBASE}/lib/pvm
|
|
CONFIGURE_ENV= PVM_ROOT="${PVM_ROOT}" PVM_ARCH="${PVM_ROOT}/lib/pvmgetarch"
|
|
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include"
|
|
|
|
MAN3= Parallel::Pvm.3
|
|
|
|
NOT_FOR_ARCHS= amd64 ia64
|
|
|
|
.include <bsd.port.mk>
|