* Add upstream version constraints where possible
* port{clippy|fmt|lint} housekeeping
* Remove devel/py-cffi from ${BUILD_DEPENDS}, and ${RUN_DEPENDS}, it is
no longer required
* Use ${DISTVERION} over ${PORTVERSION}, following the practices set out in,
the FreeBSD Porter's Handbook
Co-authored-by: Siva Mahadevan <me@svmhdvn.name>
PR: 276049
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D50803
Changelog: https://github.com/pyca/bcrypt/tree/main?tab=readme-ov-file#430
51 lines
1.1 KiB
Makefile
51 lines
1.1 KiB
Makefile
CARGO_CRATES= autocfg-1.4.0 \
|
|
base64-0.22.1 \
|
|
bcrypt-0.17.0 \
|
|
bcrypt-pbkdf-0.10.0 \
|
|
bitflags-2.8.0 \
|
|
block-buffer-0.10.4 \
|
|
blowfish-0.9.1 \
|
|
byteorder-1.5.0 \
|
|
cfg-if-1.0.0 \
|
|
cipher-0.4.4 \
|
|
cpufeatures-0.2.17 \
|
|
crypto-common-0.1.6 \
|
|
digest-0.10.7 \
|
|
generic-array-0.14.7 \
|
|
getrandom-0.3.1 \
|
|
heck-0.5.0 \
|
|
indoc-2.0.5 \
|
|
inout-0.1.4 \
|
|
libc-0.2.170 \
|
|
memoffset-0.9.1 \
|
|
once_cell-1.20.3 \
|
|
pbkdf2-0.12.2 \
|
|
portable-atomic-1.11.0 \
|
|
proc-macro2-1.0.93 \
|
|
pyo3-0.23.5 \
|
|
pyo3-build-config-0.23.5 \
|
|
pyo3-ffi-0.23.5 \
|
|
pyo3-macros-0.23.5 \
|
|
pyo3-macros-backend-0.23.5 \
|
|
quote-1.0.38 \
|
|
sha2-0.10.8 \
|
|
subtle-2.6.1 \
|
|
syn-2.0.98 \
|
|
target-lexicon-0.12.16 \
|
|
typenum-1.18.0 \
|
|
unicode-ident-1.0.17 \
|
|
unindent-0.2.3 \
|
|
version_check-0.9.5 \
|
|
wasi-0.13.3+wasi-0.2.2 \
|
|
windows-targets-0.52.6 \
|
|
windows_aarch64_gnullvm-0.52.6 \
|
|
windows_aarch64_msvc-0.52.6 \
|
|
windows_i686_gnu-0.52.6 \
|
|
windows_i686_gnullvm-0.52.6 \
|
|
windows_i686_msvc-0.52.6 \
|
|
windows_x86_64_gnu-0.52.6 \
|
|
windows_x86_64_gnullvm-0.52.6 \
|
|
windows_x86_64_msvc-0.52.6 \
|
|
wit-bindgen-rt-0.33.0 \
|
|
zeroize-1.8.1
|