98c3768c3a
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
33 lines
930 B
Makefile
33 lines
930 B
Makefile
# $NetBSD: Makefile,v 1.24 2013/05/31 12:39:38 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= bioperl-0.7.0
|
|
PKGREVISION= 7
|
|
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
|
|
|
|
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"
|