b021813da0
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=...").
34 lines
967 B
Makefile
34 lines
967 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/10/19 19:17:42 he Exp $
|
|
#
|
|
|
|
DISTNAME= asterisk-perl-0.10
|
|
PKGNAME= p5-Asterisk-0.10
|
|
PKGREVISION= 1
|
|
CATEGORIES= comms perl5
|
|
MASTER_SITES= http://asterisk.gnuinter.net/files/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://asterisk.gnuinter.net/
|
|
COMMENT= Collection of perl modules to be used with Asterisk
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/asterisk-perl/.packlist
|
|
EXAMPLES_DIR= ${PREFIX}/share/examples/p5-Asterisk
|
|
|
|
EXAMPLE_FILES= agi-enum.agi calleridnamelookup.agi tts-line.agi
|
|
EXAMPLE_FILES+= agi-sayani.agi manager-test.pl tts-ping.agi
|
|
EXAMPLE_FILES+= agi-test.agi tts-bofh.agi
|
|
|
|
.for file in ${EXAMPLE_FILES}
|
|
REPLACE_PERL+= ${WRKSRC}/examples/${file}
|
|
.endfor
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT_DIR} ${EXAMPLES_DIR}
|
|
.for file in ${EXAMPLE_FILES}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/examples/${file} ${EXAMPLES_DIR}
|
|
.endfor
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|