pkgsrc/textproc/p5-native-hyperestraier/Makefile

31 lines
721 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2010/08/21 16:36:20 seb Exp $
#
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../textproc/hyperestraier/Makefile.common"
PKGNAME= p5-native-hyperestraier-1.0.0.${HYPERESTRAIER_VERSION}
PKGREVISION= 2
CATEGORIES= databases perl5
2007-11-26 12:38:50 +01:00
COMMENT= Perl native interface of Hyper Estraier
2009-05-25 11:48:50 +02:00
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"