mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
fe7182def8
- Remove -fPIC. The problem is not in this port but in libgpvm3 from net/pvm. Fixed in r434163. - Allow building on amd64 now that net/pvm provides shared libraries.
23 lines
515 B
Makefile
23 lines
515 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Parallel-Pvm
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl extension for the Parallel Virtual Machine (PVM)
|
|
|
|
LIB_DEPENDS= libpvm3.so:net/pvm
|
|
|
|
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"
|
|
|
|
.include <bsd.port.mk>
|