diff options
author | minskim <minskim> | 2006-06-05 23:34:42 +0000 |
---|---|---|
committer | minskim <minskim> | 2006-06-05 23:34:42 +0000 |
commit | c0f33d9cbc748f455024efef9154bf45ae3ad3a4 (patch) | |
tree | 753f8863e837f261f1944cc43eb2fcbb61a2052f /biology | |
parent | dedb85562dfca838017b956250959a04ba99b516 (diff) | |
download | pkgsrc-c0f33d9cbc748f455024efef9154bf45ae3ad3a4.tar.gz |
Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.
Diffstat (limited to 'biology')
-rw-r--r-- | biology/bioperl/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/biology/bioperl/Makefile b/biology/bioperl/Makefile index 10a08781168..9cf00438ec7 100644 --- a/biology/bioperl/Makefile +++ b/biology/bioperl/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2006/03/04 21:29:01 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2006/06/05 23:34:42 minskim Exp $ # DISTNAME= bioperl-0.7.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= biology MASTER_SITES= http://bioperl.org/Core/Latest/ @@ -10,6 +10,16 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bioperl.org/ COMMENT= Perl tools for computational molecular biology +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 post-install: |