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!
35 lines
1.1 KiB
Makefile
35 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.21 2010/08/21 16:36:02 seb Exp $
|
|
|
|
DISTNAME= Text-BibTeX-0.42
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
SVR4_PKGNAME= p5tbt
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
DISTFILES+= ${DISTNAME}.tar.gz btparse-0.35.tar.gz
|
|
SITES.btparse-0.35.tar.gz= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/A/AM/AMBS/btparse/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gerg.ca/software/btOOL/
|
|
#HOMEPAGE= http://search.cpan.org/dist/Text-BibTeX/
|
|
COMMENT= Perl library for reading, parsing, and processing BibTeX files
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
BUILD_DEPENDS+= p5-Capture-Tiny>=0.06:../../devel/p5-Capture-Tiny
|
|
BUILD_DEPENDS+= p5-Config-AutoConf>=0.14:../../devel/p5-Config-AutoConf
|
|
BUILD_DEPENDS+= p5-ExtUtils-CBuilder>=0.27:../../devel/p5-ExtUtils-CBuilder
|
|
BUILD_DEPENDS+= p5-Module-Build>=0.36030:../../devel/p5-Module-Build
|
|
|
|
USE_LANGUAGES+= c
|
|
PERL5_PACKLIST= auto/Text/BibTeX/.packlist
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
ALL_ENV+= TMPDIR=${WRKDIR}/tmp
|
|
|
|
pre-configure:
|
|
${MKDIR} ${WRKDIR}/tmp
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|