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=...").
35 lines
958 B
Makefile
35 lines
958 B
Makefile
# $NetBSD: Makefile,v 1.18 2008/10/19 19:17:41 he Exp $
|
|
#
|
|
|
|
DISTNAME= bioperl-0.7.0
|
|
PKGREVISION= 3
|
|
CATEGORIES= biology
|
|
MASTER_SITES= http://bioperl.org/Core/Latest/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://bioperl.org/
|
|
COMMENT= Perl tools for computational molecular biology
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_TOOLS+= pax
|
|
|
|
REPLACE_PERL+= Bio/LiveSeq/Chain.pm
|
|
REPLACE_PERL+= Bio/SeqIO/game/featureHandler.pm
|
|
REPLACE_PERL+= Bio/Tools/Blast/Run/postclient.pl
|
|
REPLACE_PERL+= examples/gsequence
|
|
REPLACE_PERL+= examples/*.pl
|
|
REPLACE_PERL+= examples/blast/*.pl
|
|
REPLACE_PERL+= examples/root_object/*.pl
|
|
REPLACE_PERL+= examples/root_object/vector/vector.pl
|
|
REPLACE_PERL+= examples/seq/*.pl
|
|
|
|
PERL5_PACKLIST= auto/Bio/.packlist
|
|
|
|
INSTALLATION_DIRS= share/examples/bioperl
|
|
|
|
post-install:
|
|
cd ${WRKSRC}/examples && pax -rw . ${DESTDIR}${PREFIX}/share/examples/bioperl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|