pkgsrc/databases/p5-tokyocabinet/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

28 lines
771 B
Makefile

# $NetBSD: Makefile,v 1.30 2014/05/29 23:35:31 wiz Exp $
#
DISTNAME= tokyocabinet-perl-1.34
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${HOMEPAGE:S/perldoc/perlpkg/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://fallabs.com/tokyocabinet/perldoc/
COMMENT= Perl binding of Tokyo Cabinet
LICENSE= gnu-lgpl-v2.1
PERL5_PACKLIST= auto/TokyoCabinet/.packlist
REPLACE_PERL= *.pl
INSTALLATION_DIRS+= share/tokyocabinet/doc/perl
post-install:
${INSTALL_DATA} ${WRKSRC}/doc/index.html \
${DESTDIR}${PREFIX}/share/tokyocabinet/doc/perl/index.html
BUILDLINK_API_DEPENDS.tokyocabinet+= tokyocabinet>=1.4.29
.include "../../databases/tokyocabinet/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"