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!
34 lines
862 B
Makefile
34 lines
862 B
Makefile
# $NetBSD: Makefile,v 1.18 2010/08/21 16:32:46 seb Exp $
|
|
#
|
|
|
|
DISTNAME= Net-AOLIM-1.61
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES= chat perl5
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.phonon.net/pub/Net-AOLIM/
|
|
COMMENT= Perl5 module for connecting to AOL IM (TOC protocol)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
WRKSRC= ${WRKDIR}/Net-AOLIM
|
|
PERL5_PACKLIST= auto/Net/AOLIM/.packlist
|
|
REPLACE_PERL+= AOLIM-example.pl
|
|
|
|
INSTALLATION_DIRS= ${PKGMANDIR}/man7
|
|
|
|
SUBST_CLASSES+= paths
|
|
SUBST_FILES.paths= MANIFEST
|
|
SUBST_SED.paths= -e 's,^example\.pl,AOLIM-example.pl,g'
|
|
SUBST_STAGE.paths= pre-configure
|
|
|
|
pre-configure:
|
|
${MV} ${WRKSRC}/example.pl ${WRKSRC}/AOLIM-example.pl
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${WRKSRC}/TOC.7 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man7
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|