freebsd-ports/biology/p5-Bio-DB-EMBL/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
438 B
Text

Bio::DB::EMBL allows the dynamic retrieval of sequence objects Bio::Seq from the
EMBL database using the dbfetch script at EBI.
In order to make changes transparent we have host type (currently only ebi) and
location (defaults to ebi) separated out. This allows later additions of more
servers in different geographical locations.
The functionality of this module is inherited from Bio::DB::DBFetch which
implements Bio::DB::WebDBSeqI.