Pet portscout.
Sponsored by: Absolight
This commit is contained in:
parent
8456f0fb9b
commit
f7946b0a20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347267
3 changed files with 5 additions and 2 deletions
|
@ -35,7 +35,7 @@ MULTIPLICITY_DESC= Use multiplicity
|
|||
SITECUSTOMIZE_DESC= Run-time customization of @INC
|
||||
USE_PERL_DESC= Rewrite links in /usr/bin
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
PORTSCOUT= limit:^${PERL_VER}.
|
||||
|
||||
PERL_VERSION= 5.14.4
|
||||
PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//}
|
||||
|
|
|
@ -35,7 +35,7 @@ MULTIPLICITY_DESC= Use multiplicity
|
|||
SITECUSTOMIZE_DESC= Run-time customization of @INC
|
||||
USE_PERL_DESC= Rewrite links in /usr/bin
|
||||
|
||||
PORTSCOUT= limitw:1,even
|
||||
PORTSCOUT= limit:^${PERL_VER}.
|
||||
|
||||
PERL_VERSION= 5.16.3
|
||||
PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//}
|
||||
|
|
|
@ -54,7 +54,10 @@ THREADS_CONFIGURE_OFF= -Dusethreads=n
|
|||
PERL_MALLOC_CONFIGURE_ON= -Dusemymalloc=y
|
||||
PERL_MALLOC_CONFIGURE_OFF= -Dusemymalloc=n
|
||||
|
||||
# For the latest Perl port, this should be:
|
||||
PORTSCOUT= limitw:1,even
|
||||
# For the older Perl ports, this should be:
|
||||
#PORTSCOUT= limit:^${PERL_VER}.
|
||||
|
||||
PERL_VERSION= 5.18.2
|
||||
PERL_VER= ${PERL_VERSION:C/\.[0-9]+$//}
|
||||
|
|
Loading…
Reference in a new issue