diff options
author | araujo <araujo@FreeBSD.org> | 2008-04-17 22:30:31 +0800 |
---|---|---|
committer | araujo <araujo@FreeBSD.org> | 2008-04-17 22:30:31 +0800 |
commit | c94d115b8e9cb4ad3d8424685fe7c324767594f3 (patch) | |
tree | 6cb0853059727bc626be6002ec069cf4edbfd17a /biology | |
parent | 79defce4f3dcafa040fed233fd412ff265751d47 (diff) | |
download | freebsd-ports-gnome-c94d115b8e9cb4ad3d8424685fe7c324767594f3.tar.gz freebsd-ports-gnome-c94d115b8e9cb4ad3d8424685fe7c324767594f3.tar.zst freebsd-ports-gnome-c94d115b8e9cb4ad3d8424685fe7c324767594f3.zip |
- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav)
Diffstat (limited to 'biology')
-rw-r--r-- | biology/p5-AcePerl/Makefile | 2 | ||||
-rw-r--r-- | biology/p5-Bio-ASN1-EntrezGene/Makefile | 3 | ||||
-rw-r--r-- | biology/p5-Bio-Das/Makefile | 3 | ||||
-rw-r--r-- | biology/p5-Bio-Phylo/Makefile | 3 | ||||
-rw-r--r-- | biology/p5-bioperl-run/Makefile | 2 | ||||
-rw-r--r-- | biology/p5-bioperl/Makefile | 3 |
6 files changed, 6 insertions, 10 deletions
diff --git a/biology/p5-AcePerl/Makefile b/biology/p5-AcePerl/Makefile index cd7718c87767..de6f4c5c3940 100644 --- a/biology/p5-AcePerl/Makefile +++ b/biology/p5-AcePerl/Makefile @@ -8,7 +8,7 @@ PORTNAME= AcePerl PORTVERSION= 1.91 CATEGORIES= biology databases perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Ace PKGNAMEPREFIX= p5- diff --git a/biology/p5-Bio-ASN1-EntrezGene/Makefile b/biology/p5-Bio-ASN1-EntrezGene/Makefile index 091bca071b2d..bd91a167633c 100644 --- a/biology/p5-Bio-ASN1-EntrezGene/Makefile +++ b/biology/p5-Bio-ASN1-EntrezGene/Makefile @@ -8,8 +8,7 @@ PORTNAME= Bio-ASN1-EntrezGene PORTVERSION= 1.091 CATEGORIES= biology perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Bio +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- EXTRACT_SUFX= .tgz diff --git a/biology/p5-Bio-Das/Makefile b/biology/p5-Bio-Das/Makefile index e2c7ed607983..f1c3b162b2ff 100644 --- a/biology/p5-Bio-Das/Makefile +++ b/biology/p5-Bio-Das/Makefile @@ -9,8 +9,7 @@ PORTNAME= Bio-Das PORTVERSION= 1.07 CATEGORIES= biology MASTER_SITES= http://www.biodas.org/download/Bio::Das/ \ - ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Bio + CPAN PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff --git a/biology/p5-Bio-Phylo/Makefile b/biology/p5-Bio-Phylo/Makefile index 5193815577d5..816f41232f7f 100644 --- a/biology/p5-Bio-Phylo/Makefile +++ b/biology/p5-Bio-Phylo/Makefile @@ -8,8 +8,7 @@ PORTNAME= Bio-Phylo PORTVERSION= 0.16 CATEGORIES= biology perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Bio +MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= aaron@FreeBSD.org diff --git a/biology/p5-bioperl-run/Makefile b/biology/p5-bioperl-run/Makefile index 87d32563475a..ffd52df8f367 100644 --- a/biology/p5-bioperl-run/Makefile +++ b/biology/p5-bioperl-run/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= biology perl5 MASTER_SITES= http://bioperl.org/DIST/ \ - ${MASTER_SITE_PERL_CPAN} + CPAN PKGNAMEPREFIX= p5- MAINTAINER= mauricio@arareko.net diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index 4c805319150b..cb58ecd710f6 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 1.4 PORTREVISION= 1 CATEGORIES= biology perl5 MASTER_SITES= http://bioperl.org/DIST/ \ - ${MASTER_SITE_PERL_CPAN} -MASTER_SITE_SUBDIR= Bio + CPAN PKGNAMEPREFIX= p5- MAINTAINER= fernan@iib.unsam.edu.ar |