There are several tools for this.
Besides manual pgloader or ora2pg approaches, there are also online converters such as mysqltopostgre.com, which can convert the dump and generate a PostgreSQL-ready script.
Depending on the complexity of your schema, it might help.