pkgsrc/biology/bioperl/Makefile
seb c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
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!
2010-08-21 16:32:42 +00:00

35 lines
965 B
Makefile

# $NetBSD: Makefile,v 1.20 2010/08/21 16:32:45 seb Exp $
#
DISTNAME= bioperl-0.7.0
PKGREVISION= 4
CATEGORIES= biology
MASTER_SITES= http://bioperl.org/DIST/old_releases/
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"