Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= libpsl |
3 |
PORTNAME= libpsl |
4 |
PORTVERSION= 0.21.1 |
4 |
PORTVERSION= 0.21.1 |
5 |
PORTREVISION= 3 |
5 |
PORTREVISION= 4 |
6 |
CATEGORIES= dns |
6 |
CATEGORIES= dns |
7 |
MASTER_SITES= https://github.com/rockdaboot/libpsl/releases/download/${PORTVERSION}/ |
7 |
MASTER_SITES= https://github.com/rockdaboot/libpsl/releases/download/${PORTVERSION}/ |
8 |
|
8 |
|
Lines 29-35
SHEBANG_FILES= src/psl-make-dafsa
Link Here
|
29 |
OPTIONS_DEFINE= NLS |
29 |
OPTIONS_DEFINE= NLS |
30 |
OPTIONS_SINGLE= IDNA |
30 |
OPTIONS_SINGLE= IDNA |
31 |
OPTIONS_SINGLE_IDNA= ICU IDN IDN2 |
31 |
OPTIONS_SINGLE_IDNA= ICU IDN IDN2 |
32 |
OPTIONS_DEFAULT=IDN2 |
32 |
OPTIONS_DEFAULT=ICU |
33 |
ICU_DESC= Use devel/icu (IDNA2008 UTS\#46 library) |
33 |
ICU_DESC= Use devel/icu (IDNA2008 UTS\#46 library) |
34 |
IDN_DESC= Use dns/libidn (IDNA2003 library) |
34 |
IDN_DESC= Use dns/libidn (IDNA2003 library) |
35 |
IDN2_DESC= Use dns/libidn2 (IDNA2008 library) |
35 |
IDN2_DESC= Use dns/libidn2 (IDNA2008 library) |