pkgsrc/databases/p5-qdbm/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

40 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.9 2010/08/21 16:33:07 seb Exp $
#
.include "../../databases/qdbm/Makefile.common"
PKGNAME= p5-qdbm-1.0.0.${QDBM_VERSION}
PKGREVISION= 2
CATEGORIES= databases perl5
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://qdbm.sourceforge.net/
COMMENT= Perl interface of QDBM
LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
MY_SUBDIR=perl
BUILD_DIRS= ${MY_SUBDIR}
CONFIGURE_DIRS= ${MY_SUBDIR}
GNU_CONFIGURE= yes
USE_TOOLS+= perl
PERL5_CONFIGURE= no
TEST_TARGET= check
PERL5_PACKLIST= auto/Curia/.packlist auto/Depot/.packlist auto/Villa/.packlist
REPLACE_PERL= ${MY_SUBDIR}/curia/plcrtest ${MY_SUBDIR}/depot/pldptest \
${MY_SUBDIR}/villa/plvltest
.include "../../databases/qdbm/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
SUBST_CLASSES+= pthread
SUBST_STAGE.pthread= pre-configure
SUBST_FILES.pthread= ${MY_SUBDIR}/configure
SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
.endif
.include "../../mk/bsd.pkg.mk"