1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/net/p5-Parallel-Pvm/Makefile
Tijl Coosemans fe7182def8 - Port uses libpvm3.so. Adjust dependencies.
- 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.
2017-02-15 14:14:55 +00:00

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>