Lines 19-25
Link Here
|
19 |
LICENSE= BSD |
19 |
LICENSE= BSD |
20 |
LICENSE_FILE= ${WRKSRC}/LICENCE |
20 |
LICENSE_FILE= ${WRKSRC}/LICENCE |
21 |
|
21 |
|
22 |
OPTIONS= JIT "Enable Just-In-Time compiling support" on |
22 |
OPTIONS= JIT "Enable Just-In-Time compiling support" on \ |
|
|
23 |
READLINE "Link pcretest with libreadline" on |
23 |
|
24 |
|
24 |
USE_BZIP2= yes |
25 |
USE_BZIP2= yes |
25 |
GNU_CONFIGURE= yes |
26 |
GNU_CONFIGURE= yes |
Lines 34-39
Link Here
|
34 |
CONFIGURE_ARGS+= --disable-jit |
35 |
CONFIGURE_ARGS+= --disable-jit |
35 |
.endif |
36 |
.endif |
36 |
|
37 |
|
|
|
38 |
.if defined(WITH_READLINE) |
39 |
LICENSE+= GPLv3 |
40 |
LICENSE_COMB= multi |
41 |
CONFIGURE_ARGS+= --enable-pcretest-libreadline |
42 |
.endif |
43 |
|
37 |
.if !defined(NOPORTDOCS) |
44 |
.if !defined(NOPORTDOCS) |
38 |
PORTDOCS= * |
45 |
PORTDOCS= * |
39 |
.endif |
46 |
.endif |