pkgsrc/databases/p5-tokyotyrant/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

27 lines
689 B
Makefile

# $NetBSD: Makefile,v 1.25 2014/05/29 23:35:31 wiz Exp $
#
DISTNAME= tokyotyrant-perl-1.16
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
PKGREVISION= 5
CATEGORIES= databases perl5
MASTER_SITES= ${HOMEPAGE:S/perldoc/perlpkg/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://fallabs.com/tokyotyrant/perldoc/
COMMENT= Pure Perl Interface of Tokyo Tyrant
LICENSES= gnu-lgpl-v2.1
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"