freebsd-ports/net/p5-Parallel-Pvm/Makefile
Sergey Skvortsov aac2c526ff Update to 1.4.0
PR:		ports/98323
Submitted by:	Rong-En Fan <rafan xx infor.org>
2006-06-02 15:43:46 +00:00

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