freebsd-ports/net/p5-Parallel-Pvm/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

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