98c3768c3a
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.
27 lines
689 B
Makefile
27 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.24 2013/05/31 12:39:55 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= tokyotyrant-perl-1.16
|
|
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
|
|
PKGREVISION= 4
|
|
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"
|