pkgsrc/textproc/p5-native-hyperestraier/Makefile
wiz 8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00

30 lines
722 B
Makefile

# $NetBSD: Makefile,v 1.11 2012/10/03 21:58:15 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../textproc/hyperestraier/Makefile.common"
PKGNAME= p5-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
PKGREVISION= 4
CATEGORIES= databases perl5
COMMENT= Perl native interface of Hyper Estraier
LICENSE= gnu-lgpl-v2.1
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"