diff options
author | skv <skv@FreeBSD.org> | 2009-03-06 01:56:24 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-03-06 01:56:24 +0800 |
commit | b44530ebea8d6c4cde958325b275fe981da49ba2 (patch) | |
tree | 144c10ed2126c4d45830e8d09de266bb349bc062 /biology/p5-bioperl | |
parent | 03ae95f45aad0948c86c826f1baa6a6655b32819 (diff) | |
download | freebsd-ports-gnome-b44530ebea8d6c4cde958325b275fe981da49ba2.tar.gz freebsd-ports-gnome-b44530ebea8d6c4cde958325b275fe981da49ba2.tar.zst freebsd-ports-gnome-b44530ebea8d6c4cde958325b275fe981da49ba2.zip |
Remove variable PERL_VER from the ports tree at all - because
it is obsolete since Perl 5.6.0.
Diffstat (limited to 'biology/p5-bioperl')
-rw-r--r-- | biology/p5-bioperl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/p5-bioperl/Makefile b/biology/p5-bioperl/Makefile index 18f9dbdd3bc8..4af9856771c8 100644 --- a/biology/p5-bioperl/Makefile +++ b/biology/p5-bioperl/Makefile @@ -16,8 +16,8 @@ DISTNAME= BioPerl-${PORTVERSION} MAINTAINER= fernan@iib.unsam.edu.ar COMMENT= A collection of Perl modules for bioinformatics -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VER}/Text/Wrap.pm:${PORTSDIR}/lang/perl5.8 \ - ${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/DB_File.pm:${PORTSDIR}/lang/perl5.8 \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/${PERL_VERSION}/Text/Wrap.pm:${PORTSDIR}/lang/${PERL_PORT} \ + ${LOCALBASE}/lib/perl5/${PERL_VERSION}/${PERL_ARCH}/DB_File.pm:${PORTSDIR}/lang/${PERL_PORT} \ ${SITE_PERL}/Bio/ASN1/EntrezGene.pm:${PORTSDIR}/biology/p5-Bio-ASN1-EntrezGene \ ${SITE_PERL}/Class/AutoClass.pm:${PORTSDIR}/devel/p5-Class-AutoClass \ ${SITE_PERL}/Data/Stag/ITextWriter.pm:${PORTSDIR}/devel/p5-Data-Stag \ |