mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
32 lines
724 B
Makefile
32 lines
724 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= ${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>
|