aboutsummaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-04-11 15:00:12 +0000
committerJohn Marino <marino@FreeBSD.org>2015-04-11 15:00:12 +0000
commitddfbdcb2558d42e37743d77ac757c19f5a06fdae (patch)
treedab5ed575dea07ac5b044ca71e067b7ccae15283 /biology
parent2ab476a8cf9ac0d08c9a0639d91563454a6d13c0 (diff)
downloadports-ddfbdcb2558d42e37743d77ac757c19f5a06fdae.tar.gz
ports-ddfbdcb2558d42e37743d77ac757c19f5a06fdae.zip
Notes
Diffstat (limited to 'biology')
-rw-r--r--biology/p5-Bio-ASN1-EntrezGene/Makefile12
-rw-r--r--biology/p5-Bio-ASN1-EntrezGene/distinfo4
-rw-r--r--biology/p5-Bio-ASN1-EntrezGene/pkg-descr14
3 files changed, 15 insertions, 15 deletions
diff --git a/biology/p5-Bio-ASN1-EntrezGene/Makefile b/biology/p5-Bio-ASN1-EntrezGene/Makefile
index ef687b66a297..6b8ec6fdc70d 100644
--- a/biology/p5-Bio-ASN1-EntrezGene/Makefile
+++ b/biology/p5-Bio-ASN1-EntrezGene/Makefile
@@ -2,20 +2,18 @@
# $FreeBSD$
PORTNAME= Bio-ASN1-EntrezGene
-PORTVERSION= 1.091
-PORTREVISION= 1
+PORTVERSION= 1.70
CATEGORIES= biology perl5
MASTER_SITES= CPAN
+MASTER_SITE_SUBDIR= CPAN:CJFIELDS
PKGNAMEPREFIX= p5-
-MAINTAINER= mauricio@arareko.net
+MAINTAINER= ports@FreeBSD.org
COMMENT= Regular expression-based Perl Parser for NCBI Entrez Gene
-BROKEN= Unfetchable
+WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-${PORTVERSION}
-WRKSRC= ${WRKDIR}/Bio-ASN1-EntrezGene-1.09
-
-USES= perl5 tar:tgz
+USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>
diff --git a/biology/p5-Bio-ASN1-EntrezGene/distinfo b/biology/p5-Bio-ASN1-EntrezGene/distinfo
index d7c061e37fd4..f5935faf73c6 100644
--- a/biology/p5-Bio-ASN1-EntrezGene/distinfo
+++ b/biology/p5-Bio-ASN1-EntrezGene/distinfo
@@ -1,2 +1,2 @@
-SHA256 (Bio-ASN1-EntrezGene-1.091.tgz) = a053fb71906fa58cbd6a80af1e3d4d9142f6a1fc99b642a6065f9a8ce93ad2bc
-SIZE (Bio-ASN1-EntrezGene-1.091.tgz) = 36360
+SHA256 (Bio-ASN1-EntrezGene-1.70.tar.gz) = 342ce97702e101da813e76221e15414be3fd608fc9059fcc36a141d939048dfb
+SIZE (Bio-ASN1-EntrezGene-1.70.tar.gz) = 46969
diff --git a/biology/p5-Bio-ASN1-EntrezGene/pkg-descr b/biology/p5-Bio-ASN1-EntrezGene/pkg-descr
index 8123459d374d..59ded29ffe38 100644
--- a/biology/p5-Bio-ASN1-EntrezGene/pkg-descr
+++ b/biology/p5-Bio-ASN1-EntrezGene/pkg-descr
@@ -1,9 +1,11 @@
-Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI Entrez
-Gene genome databases (http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene). It
-parses an ASN.1-formatted Entrez Gene record and returns a data structure that
-contains all data items from the gene record.
+Bio::ASN1::EntrezGene is a regular expression-based Perl Parser for NCBI
+Entrez Gene genome databases [1]. It parses an ASN.1-formatted Entrez Gene
+record and returns a data structure that contains all data items from the
+gene record.
-The parser will report error & line number if input data does not conform to the
-NCBI Entrez Gene genome annotation file format.
+[1] http://www.ncbi.nih.gov/entrez/query.fcgi?db=gene
+The parser will report error & line number if input data does not conform
+to the NCBI Entrez Gene genome annotation file format.
+
WWW: http://search.cpan.org/dist/Bio-ASN1-EntrezGene/