2019-11-02 16:37:59 +01:00
|
|
|
# $NetBSD: Makefile,v 1.23 2019/11/02 15:38:06 rillig Exp $
|
2005-11-23 07:36:56 +01:00
|
|
|
#
|
|
|
|
|
2019-08-11 15:17:48 +02:00
|
|
|
PKGREVISION= 5
|
2005-11-23 07:36:56 +01:00
|
|
|
.include "../../databases/qdbm/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= p5-qdbm-1.0.0.${QDBM_VERSION}
|
|
|
|
CATEGORIES= databases perl5
|
|
|
|
|
2015-03-15 19:31:52 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-07-11 11:25:24 +02:00
|
|
|
HOMEPAGE= https://fallabs.com/qdbm/plspex.html
|
2005-11-23 07:36:56 +01:00
|
|
|
COMMENT= Perl interface of QDBM
|
2009-05-25 11:40:57 +02:00
|
|
|
LICENSE= gnu-lgpl-v2.1
|
2005-11-23 07:36:56 +01:00
|
|
|
|
2009-06-30 02:07:09 +02:00
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
|
2019-11-02 16:37:59 +01:00
|
|
|
MY_SUBDIR= perl
|
2005-11-23 07:36:56 +01:00
|
|
|
BUILD_DIRS= ${MY_SUBDIR}
|
|
|
|
CONFIGURE_DIRS= ${MY_SUBDIR}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2007-12-10 02:24:25 +01:00
|
|
|
USE_TOOLS+= perl
|
2007-02-22 20:26:05 +01:00
|
|
|
PERL5_CONFIGURE= no
|
|
|
|
TEST_TARGET= check
|
2005-11-23 07:36:56 +01:00
|
|
|
|
2019-11-02 16:37:59 +01:00
|
|
|
PERL5_PACKLIST= auto/Curia/.packlist auto/Depot/.packlist auto/Villa/.packlist
|
2007-02-22 20:26:05 +01:00
|
|
|
REPLACE_PERL= ${MY_SUBDIR}/curia/plcrtest ${MY_SUBDIR}/depot/pldptest \
|
2005-11-23 07:36:56 +01:00
|
|
|
${MY_SUBDIR}/villa/plvltest
|
|
|
|
|
|
|
|
.include "../../databases/qdbm/buildlink3.mk"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} != "none"
|
2007-02-22 20:26:05 +01:00
|
|
|
SUBST_CLASSES+= pthread
|
|
|
|
SUBST_STAGE.pthread= pre-configure
|
|
|
|
SUBST_FILES.pthread= ${MY_SUBDIR}/configure
|
|
|
|
SUBST_SED.pthread= -e 's|-lpthread|${PTHREAD_LIBS}|'
|
2005-11-23 07:36:56 +01:00
|
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|