summaryrefslogtreecommitdiff
path: root/net/p5-Parallel-Pvm/Makefile
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2003-10-15 09:53:40 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2003-10-15 09:53:40 +0000
commit19ce80f8c16814d437bde614de98a2621d2e008f (patch)
treeeced298a6b8383578787b28125aead909ad3418c /net/p5-Parallel-Pvm/Makefile
parentnew port of maketool (diff)
Add p5-Parallel-Pvm 1.3.0,
perl extension for the Parallel Virtual Machine (PVM).
Notes
Notes: svn path=/head/; revision=91304
Diffstat (limited to 'net/p5-Parallel-Pvm/Makefile')
-rw-r--r--net/p5-Parallel-Pvm/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/net/p5-Parallel-Pvm/Makefile b/net/p5-Parallel-Pvm/Makefile
new file mode 100644
index 000000000000..7ee7d52dfbe1
--- /dev/null
+++ b/net/p5-Parallel-Pvm/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: Parallel-Pvm
+# Date created: 15 October 2003
+# Whom: Sergey Skvortsov <skv@protey.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Parallel-Pvm
+PORTVERSION= 1.3.0
+CATEGORIES= net perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Parallel
+PKGNAMEPREFIX= p5-
+EXTRACT_SUFX= .tgz
+
+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= ${PREFIX}/lib/pvm
+CONFIGURE_ENV= PVM_ROOT="${PVM_ROOT}" PVM_ARCH="${PVM_ROOT}/lib/pvmgetarch"
+CONFIGURE_ARGS= INC="-I${PREFIX}/include"
+
+MAN3= Parallel::Pvm.3
+
+.include <bsd.port.mk>