pkgsrc/textproc/p5-native-hyperestraier/Makefile
wiz d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00

29 lines
688 B
Makefile

# $NetBSD: Makefile,v 1.13 2013/05/31 12:42:23 wiz Exp $
#
.include "../../textproc/hyperestraier/Makefile.common"
PKGNAME= p5-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
PKGREVISION= 5
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"