security/rubygem-scrypt builds a native library directly in the 'ext' directory. This is a valid location supported by Ruby.
Currently, the whole 'ext' directory is thrown away, and for this port, the built library is nuked along with the source.
Let's only delete non-*.so files from there.