b021813da0
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=...").
29 lines
697 B
Makefile
29 lines
697 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/10/19 19:18:55 he Exp $
|
|
#
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../textproc/hyperestraier/Makefile.common"
|
|
|
|
PKGNAME= p5-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
|
|
PKGREVISION= 1
|
|
CATEGORIES= databases perl5
|
|
|
|
COMMENT= Perl native interface of Hyper Estraier
|
|
|
|
CONFLICTS+= p5-hyperestraier-[0-9]*
|
|
|
|
MY_SUBDIR= perlnative
|
|
BUILD_DIRS= ${MY_SUBDIR}
|
|
CONFIGURE_DIRS= ${MY_SUBDIR}
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= perl
|
|
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"
|