c3f1e700ad
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!
26 lines
556 B
Makefile
26 lines
556 B
Makefile
# $NetBSD: Makefile,v 1.40 2010/08/21 16:37:14 seb Exp $
|
|
#
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGNAME= p5-gtk-${GTKPERL_VERSION}
|
|
PKGREVISION= 8
|
|
SVR4_PKGNAME= p5gtk
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Perl bindings for GTK+
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/Gtk
|
|
MAKE_PARAMS= INSTALLMAN3DIR=${PREFIX}/${PKGMANDIR}/man3
|
|
PERL5_PACKLIST= auto/Gtk/.packlist
|
|
|
|
REPLACE_PERL+= ../tools/*
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|