pkgsrc/x11/p5-Tk/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

42 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.67 2010/08/21 16:37:13 seb Exp $
DISTNAME= Tk-804.028
PKGNAME= p5-Tk-804.028
PKGREVISION= 6
SVR4_PKGNAME= p5tk
CATEGORIES= x11 tk perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Tk/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cpan.uwinnipeg.ca/htdocs/Tk/Tk.html
COMMENT= Perl5 interface to Tk
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
MAKE_JOBS_SAFE= no
BUILD_DEPENDS+= p5-HTML-Parser>=3.19:../../www/p5-HTML-Parser
USE_LANGUAGES= c
PERL5_PACKLIST= auto/Tk/.packlist
MAKE_PARAMS= X11=${X11BASE}
REPLACE_PERL+= TextList/reindex.pl
REPLACE_PERL+= pTk/Tcl-pTk
REPLACE_PERL+= pTk/mkVFunc
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= post-patch
SUBST_FILES.prefix= PNG/Makefile.PL
SUBST_SED.prefix= -e 's,%%LOCALBASE%%,${LOCALBASE},g'
pre-configure:
${FIND} ${WRKSRC} -name "*.orig" -type f | ${XARGS} ${RM}
.include "../../lang/perl5/module.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"