Harcoded perl version of 5.005 into ${PERL_VER}

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2003-01-20 09:39:09 +00:00
parent 0baf37d9f9
commit a548d9c15e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73638
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ MAINTAINER= jon@netcraft.com
# Note that this port depends on neither netsaint-plugins OR netsaint, because it
# installs both a client and a server, and so could need EITHER. Bummer.
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES
USE_PERL5_RUN= yes

View File

@ -13,7 +13,7 @@ MAINTAINER= jon@netcraft.com
# Note that this port depends on neither netsaint-plugins OR netsaint, because it
# installs both a client and a server, and so could need EITHER. Bummer.
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/5.005/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Crypt/TripleDES.pm:${PORTSDIR}/security/p5-Crypt-TripleDES
USE_PERL5_RUN= yes