blob: fa3fc001826971845ddd2df2937f22e37f0063d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# $NetBSD: Makefile,v 1.4 2007/12/10 01:24:25 obache Exp $
#
.include "../../databases/qdbm/Makefile.common"
PKGNAME= p5-qdbm-1.0.0.${QDBM_VERSION}
CATEGORIES= databases perl5
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://qdbm.sourceforge.net/
COMMENT= Perl interface of QDBM
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"
|