summaryrefslogtreecommitdiff
path: root/textproc/p5-native-hyperestraier/Makefile
blob: fb85c5df375472be571d970f5a126e6c7dcfbefa (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
# $NetBSD: Makefile,v 1.3 2007/03/05 15:58:20 obache Exp $
#

.include "../../textproc/hyperestraier/Makefile.common"

PKGNAME=	p5-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
CATEGORIES=	databases perl5

COMMENT=	Perl interface of Hyper Estraier

MY_SUBDIR=	perlnative
BUILD_DIRS=	${MY_SUBDIR}
CONFIGURE_DIRS=	${MY_SUBDIR}

GNU_CONFIGURE=	yes
PERL5_CONFIGURE=no
TEST_TARGET=	check

PERL5_PACKLIST= auto/Estraier/.packlist
REPLACE_PERL=	${MY_SUBDIR}/estcmd.pl

.include "../../textproc/hyperestraier/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"