diff options
Diffstat (limited to 'net/p5-Parallel-Pvm')
-rw-r--r-- | net/p5-Parallel-Pvm/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net/p5-Parallel-Pvm/Makefile b/net/p5-Parallel-Pvm/Makefile index b16b8c5c2cf8..b20df4a5c1f0 100644 --- a/net/p5-Parallel-Pvm/Makefile +++ b/net/p5-Parallel-Pvm/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Parallel-Pvm -# Date created: 15 October 2003 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= Parallel-Pvm PORTVERSION= 1.4.0 @@ -18,7 +14,8 @@ COMMENT= Perl extension for the Parallel Virtual Machine (PVM) BUILD_DEPENDS= pvm:${PORTSDIR}/net/pvm RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure PVM_ROOT= ${LOCALBASE}/lib/pvm CONFIGURE_ENV= PVM_ROOT="${PVM_ROOT}" PVM_ARCH="${PVM_ROOT}/lib/pvmgetarch" CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" |