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=...").
33 lines
859 B
Makefile
33 lines
859 B
Makefile
# $NetBSD: Makefile,v 1.23 2008/10/19 19:19:00 he Exp $
|
|
#
|
|
|
|
DISTNAME= XML-Xerces-2.7.0-0
|
|
PKGNAME= p5-${DISTNAME:C/-([0-9]*)$/.\1/}
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_APACHE:=xml/xerces-p/}
|
|
|
|
MAINTAINER= manu@NetBSD.org
|
|
HOMEPAGE= http://xerces.apache.org/xerces-p/
|
|
COMMENT= Validating XML parser API for Perl
|
|
|
|
CONFLICTS+= XML-Xerces-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= c c++
|
|
CC=c++
|
|
USE_TOOLS+= gmake
|
|
PERL5_PACKLIST= auto/XML/Xerces/.packlist
|
|
|
|
MAKE_ENV+= XERCESCROOT="${BUILDLINK_PREFIX.xerces-c}" LANG=""
|
|
|
|
# Xerces-C is built unthreaded in pkgsrc (for now).
|
|
BUILDLINK_TRANSFORM+= rm:-lpthread
|
|
|
|
BUILDLINK_API_DEPENDS.xerces-c+= xerces-c>=2.7.0
|
|
.include "../../textproc/xerces-c/buildlink3.mk"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|