remove dependencies to ports now coming with perl
This commit is contained in:
parent
039fcf2a57
commit
f06c5645e2
@ -1,6 +1,6 @@
|
||||
#-*- mode: Fundamental; tab-width: 4; -*-
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
# $OpenBSD: perl.port.mk,v 1.14 2008/05/11 19:50:55 espie Exp $
|
||||
# $OpenBSD: perl.port.mk,v 1.15 2008/09/29 22:55:46 simon Exp $
|
||||
# Based on bsd.port.mk, originally by Jordan K. Hubbard.
|
||||
# This file is in the public domain.
|
||||
|
||||
@ -8,12 +8,6 @@ REGRESS_TARGET ?= test
|
||||
MODPERL_BUILD ?= Build
|
||||
|
||||
.if ${CONFIGURE_STYLE:L:Mmodbuild}
|
||||
. if !${PKGPATH:M*devel/p5-Module-Build}
|
||||
BUILD_DEPENDS += ::devel/p5-Module-Build
|
||||
. if !${PKGPATH:M*devel/p5-version}
|
||||
BUILD_DEPENDS += ::devel/p5-version
|
||||
. endif
|
||||
. endif
|
||||
MODPERL_configure = \
|
||||
arch=`/usr/bin/perl -e 'use Config; print $$Config{archname}, "\n";'`; \
|
||||
cd ${WRKSRC}; ${_SYSTRACE_CMD} ${SETENV} ${CONFIGURE_ENV} \
|
||||
|
Loading…
Reference in New Issue
Block a user