pkgsrc/lang/perl5/buildlink3.mk
sno bf3355ee5c Updating lang/perl5 from 5.12.1 to 5.12.1nb1
pkgsrc changes:
- preparing for databases/p5-gdbm (using Makefile.common)
- supporting external access to perl install dirs (dirs.mk)
- fixing some errors/warnings from pkglint
- adding conflict to packages of CPAN modules which are in Perl5 code
  on the one hand and are broken with perl-5.10+

Bumping PKGREVISION (dependencies changed, rebuild highly recommended).
Recursive rebuild is not required.
2010-08-27 05:27:37 +00:00

42 lines
1.1 KiB
Makefile

# $NetBSD: buildlink3.mk,v 1.47 2010/08/27 05:27:37 sno Exp $
BUILDLINK_TREE+= perl
.if !defined(PERL_BUILDLINK3_MK)
PERL_BUILDLINK3_MK:=
.include "../../mk/bsd.fast.prefs.mk"
PERL5_REQD+= 5.12.0
.for _perl5_ver_ in ${PERL5_REQD}
BUILDLINK_API_DEPENDS.perl+= perl>=${_perl5_ver_}
.endfor
# Prevent p5-* etc. packages built for 5.12.0 to be used
# with the next incompatible version of perl:
BUILDLINK_API_DEPENDS.perl+= perl<5.14.0
BUILDLINK_PKGSRCDIR.perl?= ../../lang/perl5
FIND_PREFIX:= PERLDIR=perl
.include "../../mk/find-prefix.mk"
PERL5= ${PERLDIR}/bin/perl
pkgbase := perl
.include "../../mk/pkg-build-options.mk"
PERL5_OPTIONS?= # empty
.if !empty(PERL5_OPTIONS:Mthreads)
INSTALL_TEMPLATES+= ${.CURDIR}/../../lang/perl5/files/install_threads.tmpl
.endif
.if ${PKG_INSTALLATION_TYPE} == "overwrite"
#
# Perl keeps headers and odd libraries in an odd path not caught by the
# default BUILDLINK_FILES_CMD, so name them to be symlinked into
# ${BUILDLINK_DIR}.
#
.include "../../lang/perl5/vars.mk"
BUILDLINK_FILES.perl= ${PERL5_SUB_INSTALLARCHLIB}/CORE/*
.endif
.endif # PERL_BUILDLINK3_MK
BUILDLINK_TREE+= -perl