29e17e3e05
Changes: 2009-05-11 Mikio Hirabayashi <mikio@users.sourceforge.net> * tcrtest.c (runtable, proctable): "-exp" option was added. * ttskelnull.c: new file. * tokyotyrant.idl: new file. - Release: 1.1.27
28 lines
734 B
Makefile
28 lines
734 B
Makefile
# $NetBSD: Makefile,v 1.13 2009/05/24 12:42:44 obache Exp $
|
|
#
|
|
|
|
DISTNAME= tokyotyrant-perl-1.11
|
|
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tokyocabinet/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://tokyocabinet.sourceforge.net/tyrantperldoc/
|
|
COMMENT= Pure Perl Interface of Tokyo Tyrant
|
|
LICENSES= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/TokyoTyrant/.packlist
|
|
USE_LANGUAGES= # none
|
|
|
|
REPLACE_PERL= *.pl
|
|
|
|
INSTALLATION_DIRS+= share/tokyotyrant/doc/perl
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/doc/index.html \
|
|
${DESTDIR}${PREFIX}/share/tokyotyrant/doc/perl/index.html
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|