PF (Packet Filter) - Lists
It is possible to create lists of objects, either ports, protocols or addresses with a syntax very similar to that of some programming languages.
puertos = "{ ftp, ssh, http, https }"
pass in proto tcp from any to ports $puertos
block