pkgsrc/misc/whohas/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00

38 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2010/08/21 16:35:19 seb Exp $
#
DISTNAME= whohas-0.22
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.philippwesche.org/200811/whohas/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.philippwesche.org/200811/whohas/intro.html
COMMENT= Query several packaging systems for a program
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
DEPENDS+= wget-[0-9]*:../../net/wget
USE_LANGUAGES= # none
REPLACE_PERL= program/whohas
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/de/man1 \
share/doc/whohas
do-build:
# nothing
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/program/whohas ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/usr/share/man/man1/whohas.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA} ${WRKSRC}/usr/share/man/de/man1/whohas.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/de/man1
${INSTALL_DATA} ${WRKSRC}/intro* \
${DESTDIR}${PREFIX}/share/doc/whohas
.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"