mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
31 lines
675 B
Makefile
31 lines
675 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
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>
|